this post was submitted on 27 Nov 2021
5 points (77.8% liked)

Linux

47362 readers
1896 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
 

The Linux world has been trying to invent a cross-platform packaging format for years, but leading contenders – the older, vendor-neutral older, AppImage format as well as Ubuntu's Snap and Fedora's Flatpak – all have serious issues.

top 2 comments
sorted by: hot top controversial new old
[–] sketches@lemmy.ml 10 points 2 years ago (1 children)

What is this writer even talking about? Apt, Pacman exist and have been the Big Feature of Linux distros since inception. What is easier than typing, "apt update/apt install XYZ?" It makes installing new toys so much darn easier than anything on Windows.

As a basic non-developer user of Linux for my desktop, the ease of Linux and Debian once installed and operational is at a Just Works level as is. It requires learning new computing habits, sure. You have to un-learn presumptions from Windows, but once you have that understanding you open up a world of ease and workflow simplicity that you couldn't drag me away from if you paid me!!!

The community support is top notch. The developers are responsive more often than not to requests and advice than any Microsoft customer support line, and they know what they're talking about because they made the damn tool to begin with!

I would have never divested my world of internet services if I hadn't learned of Docker container apps that make divesting as easy as a yaml script and a few hours of curiosity.

Updates are handled by apt upgrade. It's freaking two words.

I think this author needs to write on other subjects.

[–] Whom@lemmy.ml 1 points 2 years ago

Sure, for things that are packaged in your distro's repositories the best option is to use your package manager. As it is, that requires a ton of effort on their part and will never include every piece of software available for Linux. Cross-distribution solutions are necessary so an application developer can simply release a version for Linux and leave it at that, rather than releasing a .deb and maybe a .rpm and leaving everyone else to either build it themselves or hope someone decides to package and maintain it for their distro.

I don't mean this as an insult, but I think you missed what they're talking about entirely. This isn't saying apt or whatever is too hard for the user to use. It's comparing the different solutions that are out there to make up for the gaps in that model.