this post was submitted on 10 Feb 2024
496 points (94.9% liked)

Linux

46794 readers
1763 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
 

Ubuntu's popularity often makes it the default choice for new Linux users. But there are tons of other Linux operating systems that deserve your attention. As such, I've highlighted some Ubuntu alternatives so you can choose based on your needs and requirements—because conformity is boring.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 6 months ago (8 children)

Ubuntu is not even good in my opinion. At least not as a normie Distro.

Yes they have lots of docs online but "it is good because people think it is good" is not a good argument.

If you dont like GNOME I guess you will have a harder life anyways, as Distros with KDE are just a really hard task. Like anything stable is not a good idea, I at least reported 30 bugs that will never get backported fixes.

The fact that appimages are broken on Ubuntu is like the only thing that I completely understand and dont care about. Appimages needs to get their stuff together.

I hope many projects will convert from Appimage to Flatpak

https://github.com/trytomakeyouprivate/Appimage-To-Flatpak

[–] [email protected] 7 points 6 months ago (2 children)

I hope many projects will convert from Appimage to Flatpak

They seem like different projects with different goals. Appimages are portable executables.

Flatpak, to me, is something you install on a system and run with a flatpak runtime that is installed on your PC. I think its a fantastic way to sandbox programs with differing dependencies, but you still install programs and run them on your PC.

Appimage, on the other hand, is a wholly-contained executable. It is less efficient than flatpak in every way if you are installing apps on a system, but it is more portable. I can throw a handful of appimages on a USB stick and carry them from machine to machine (or mount an ISO in the case of VMs). I can plug in my "troubleshooting and development" stick to an otherwise barebones server at my datacenter, fix an issue with a comfortable set of useful apps, then unplug and leave the machine untouched.

Appimage is not a replacement for flatpak, but it has its own purpose. Snap is more similar to flatpak, but inferior in every single way. If we must get rid of one, can we phase that one out?

[–] [email protected] 1 points 6 months ago

Just be careful about trying to run your AppImages on a distro with for example only FUSEv3, because there are system dependencies.

load more comments (1 replies)
load more comments (6 replies)