this post was submitted on 25 Dec 2023
243 points (95.8% liked)
Linux
47952 readers
1517 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
Admittedly, it's been a few years and I'm coming due, but let's see what I can remember...
You can dpkg -r the package you tried to install then apt won't complain about missing dependency packages for your app as it won't be marked for to be installed
There isn't a big global community repo per say like aur but anyone can host their own repos with PPAs, you just need to add them to your lists
Most apt quirks are there with Debian too, not just an Ubuntu thing. The rest of the things you mentioned are fair.
Well there is this one thing where ppas break updates.
In fairness it does have the PPA system which predates the AUR and does provide a good job of providing third party amd semi-third party software.
But you're right that Ubuntu has sold out on building snaps for software instead of ppas.
The PPAs weren't that useful. I mean they worked fine for the purpose, but if you used too many of them you'd eventually get your system into a dependency hell. That meant packages were stuck without updates and also blocking others from updating.
The other thing was that even if you kept clear of PPAs it was anybody's guess if you could upgrade to the next release. Sometimes it worked, sometimes it didn't and you'd have to reinstall from scratch.
Put together it meant after a while you didn't bother upgrading period, or upgraded only major releases but by reinstalling from scratch every single time (and preserving /home). It was a chore and I resented it and kept putting it off.
What do you recommend for ubuntu alternative? I want to leave for something else, but I also want all my programs to install and work fine. If an app supports ubuntu, would it support debian as well?
You can start by trying Linux Mint, it's based directly on Ubuntu but with most problematic bits of Ubuntu removed. Mint comes in several sub-flavors that mostly change the way your desktop looks and acts, start with the Cinnamon edition as it's the safest bet.
Or just use Debian. Ubuntu is based off it
That Ubuntu would install the snap version of certain apps when I installed them directly in the terminal was the main reason I left Ubuntu after a few years. So annoying!