this post was submitted on 22 Jun 2024
585 points (97.4% liked)

Linux

45423 readers
888 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
[–] Frostbeard 6 points 1 week ago* (last edited 1 week ago) (4 children)

What's the issue? I installed mint because I know fuckall about Linux, and tbh it's a dice toss if I have used the Flatpak option not knowing what the actual difference between them are

[–] [email protected] 2 points 6 days ago

Thing is, if your flatpak software needs something not in its container, it gets a little complicated, because first you have to realise what exactly the problem is and secondly you have to use something like flatseal to give it access to wathever it needs to work (no real help there)

So this was what took me back to pacman (or better said yay)

[–] [email protected] 12 points 1 week ago

Flatpak "containerizes" the program, which makes it more secure and less able to accidentally mess up other programs. Fuck if I know how it works.

Also you don't have to type in your password every time you want to update the program, so that's nice.

[–] [email protected] 8 points 1 week ago

Honestly, you don't have to worry about what others say, you should use what works best for you. Personally I find them to be nice and comfortable to use, myself 😅

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

I'll add upon what others have said here, for me the main downside is the size they take on disk since they don't really share dependencies (they do but not as efficiently as native or nix packages) so they take a lot of room and take a while to update. Otherwise they're amazing IMO and you should use them! :)