111
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 11 Jul 2023
111 points (90.5% liked)
Linux
47946 readers
1804 users here now
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
founded 5 years ago
MODERATORS
Yeah as long as you at least copy your home user folder, then you're golden. I plan for my root to be wiped at any given time, so my important stuff lives in my home. That's why it's super nice with flatpaks! I believe if you install as user and system flatpaks, I think they both install in home? I'd stick to installing as a user for flatpaks if you can, it's the same end result anyways and I've never had an issue.
This has officially won me over. I am not a minimalist, nor do I have some principled view of package management. I care about computing, and I am all for anything that makes it easier. I am the kind of person who wants all the software I will ever think to use already installed. I see my computer like a library. It is a castle, not a tiny home. I don't give a shit about "wasted space." I can always buy more.
Containerization is awesome, and I will embrace it.
Just curious, what distro are you on right now?
I'm using Fedora, but thinking of swapping to Silverblue. If you're going full on containerization, I'd try Silverblue as an immutable system + containerized apps is definitely the future. Fedora/Silverblue is developed by Red Hat, who also develops flatpaks, so they all have some serious man power. But flatpaks are system agnostic so you can use whatever. I'd just recommend looking for immutable distros to future proof your system. Which flatpaks also has some of that built in too. I think the exact same way as you :)
@mojo @DidacticDumbass As somebody who's not very knowledgeable about Linux, what is an immutable system?
I think what it means is that your OS layer is totally isolated from your User layer. So, installing software won't directly mess with your system, possibly breaking things.
Everything is isolated, so it is easy to add thing or roll back with practically no obstacles or consequences.