this post was submitted on 22 Jun 2024
607 points (97.8% liked)

Linux

47361 readers
1741 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@lemmy.world 6 points 2 months ago* (last edited 2 months 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

[–] Liz@midwest.social 12 points 2 months 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.

[–] SimplyTadpole@lemmy.dbzer0.com 8 points 2 months 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 😅

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! :)

[–] Petter1@lemm.ee 2 points 2 months 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)