this post was submitted on 25 Dec 2023
241 points (95.8% liked)

Linux

47290 readers
637 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I've been using Linux Mint since forever. I've never felt a reason to change. But I'm interested in what persuaded others to move.

you are viewing a single comment's thread
view the rest of the comments
[–] Exec@pawb.social 13 points 8 months ago (1 children)
  • apt will brick itself if it gets interrupted mid transaction with no clear recourse apart from a total reinstall, so try not to get greedy and Ctrl+C if it looks like dpkg is hung

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

trying to install any software that isn't already packaged explicitly for Ubuntu is a nightmare because there is no equivalent of the AUR for people to push build steps to and you're quite often left guessing what dependencies you need to install to get something to compile

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.

[–] someacnt_@lemmy.world 3 points 8 months ago

Well there is this one thing where ppas break updates.