this post was submitted on 18 Jun 2023
20 points (91.7% liked)

Linux

47331 readers
901 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago (2 children)
[–] [email protected] 0 points 1 year ago (4 children)

He's a flatpak reactionary, probably an arch user.

[–] [email protected] 3 points 1 year ago

Not all Arch users are the same I guess.

I use arch btw

[–] [email protected] 1 points 1 year ago

I mean, flatpaks are cool and all, but native packaging of distro repos is the non plus ultra for me.

[–] [email protected] 1 points 1 year ago

possibly artix, without any init system (he start processes by hand)

[–] [email protected] -2 points 1 year ago

Im a redhat user, and also dislike flatpaks, snaps, and allat. The only sane "uber package" is appimage and I'm tired of pretending it's not.

[–] [email protected] 0 points 1 year ago (2 children)

Many like myself don't like the old idea of downloading stuff that "just runs". It's too much going back to the old ways with windows where you randomly just downloaded a binary off a website and ran it.

Basically it's the equivalent of sideloading apps on mobile devices. I won't do that either unless it is required.

Now I do have one such app, in appimage which is my preference anyway. KDEnlive, which I run as an appimage Vs the Debian package only because I'm on Debian 10 on my main machine and have yet to pencil in the upgrade time.

Now, GNU Guix is interesting. Cryptographically secure and verified compilation (or pre-compilation) of source code straight from GitHub etc. Now, that will be more like it!

[–] [email protected] 4 points 1 year ago

You wouldn't go to a website and download something (unlike AppImage), you would install it through Flatpak.

[–] [email protected] 1 points 1 year ago

Appimage IS an attempt to bring windows style software (mis)management to windows. Flatpak is more like bringing android style app management along with limited permission sets, permission portals, and some sandboxing. It also leverages the server spaces container principals more and more to do!

Guix is also super cool! In fact using guix to build OCI containers and flatpaks to me is natural evolution of the declarative/reproduce able image concepts introduced by both.