this post was submitted on 17 Sep 2024
91 points (96.0% liked)
Linux
47949 readers
1629 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My primary machine runs Pop!_OS, but I've had this machine running for years. Back when I installed Ubuntu on it, Canonical wasn't widely known as a bad guy. I've got various services running that I would need to resetup if I started from scratch.
I get where you're coming from, but to migrate everything over would take so much time. For now I would really like it if my desktop just worked correctly. When I get the time I can look into putting mint or debian on it.
Popos is based on Ubuntu, but maintained by a separate company and has major differences. I’ve also been running it on a couple of machines for years and have been quite happy with it.
I feel your pain from a distance, I really do. ☹️
The best advice I have in the meantime is to prepare for a full backup of all packages and consider switching to a different Debian based distro..
https://forums.debian.net/viewtopic.php?t=138166
That link seems to be filled with ways to clone drives, but if I'm migrating I wouldn't want to clone ubuntu and take it with me.
I know that your /home folder can be on a different drive/partition, but can you install files to a different location as well? Like install docker etc. in your /home folder or something and then if you switch distros just bring your /home folder with you and remake the links to the apps or something.
As user-focused as linux is (at least linux users), I wouldn't be surprised if there was some tool that made this easy. But idk.
Wanna hear a scary command I've used before?
sudo aptitude reinstall '~i'
Not for the faint of heart, nor meant for a fresh install, but that literally reinstalls every single registered package in Debian based distro.
Edit: If you ever dare use that command, you better make 2 pots of coffee and roll 3 joints, cuz it'll take a good while..
I sorta had a feeling that wasn't necessarily the best link after I posted it. Check this for more info (I'm on my phone right now..)
https://unix.stackexchange.com/questions/41273/how-to-create-a-list-of-installed-packages-for-easy-automatic-reinstall-after-di