Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Have a separate home partition and just keep using it across distributions?
Additionally, ensure that flatpaks are installed within that home partition. Some distros (like Fedora) default to installing flatpaks system-wide (and thus flatpaks end up being installed in /var
instead). So, after ensuring that your home folder is correctly found within the home partition, just install flatpaks with the flatpak install --user *package-name*
command.
I'm not experienced enough with linux to understand if this is a question or a statement on what I can do. In either case, I don't know how to interpret what this means.
They are confirming that, yes, it is an option to have a partition dedicated to just the user’s (your) home environment and folders
and
asking if that is an option that appeals to you or you have already considered.
It is what I prefer, but there are people who have good reason to not like that. It’s worth trying out imo, and later if you find that it doesn’t suit you, that’s okay, you’ll just need to find another solution
Thank you, that makes sense.
What reasons would people not like doing that?
I personally feel like separation of user data and OS data is easier for me to manage.
I find it annoying to worry about multiple partition sizes. Having to make sure your root and home partition are sized correctly is one more thing to think about.
That makes sense. I guess for my case it's fine since I have more storage than I can use. Additionally, I keep my most important data on multiple offline storages and even that is quite minimal.
I have my steam library on a second drive but I am not using the flatpak of steam.
I think it's possible to have the steam flatpak use a second partition, if you use flatseal to allow the steam flatpak full access.