this post was submitted on 14 Feb 2025
136 points (95.9% liked)

Linux

50208 readers
1487 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] 0 points 1 week ago* (last edited 1 week ago) (4 children)

Unpopular opinion: that's fucking stupid. I personally will never use flatpaks.

[–] [email protected] 2 points 6 days ago (1 children)

Ok here is a bit of a rant Fr, Especially on Arch based distros where the Aur (which is wayy better) exists + I don't use gnome I use Cinnamon(Gnome done right)

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

Yup. AUR forever FTW.

[–] [email protected] 11 points 1 week ago (2 children)

Really? Why not?

I find them incredibly useful for some applications.

For some development stuff, though, I still prefer to use the installed version.

So VS Code, for example, I have that installed.

The flat pack just does not work as well.

But Podman Desktop, which is a flat pack, is just excellent.

[–] [email protected] 5 points 6 days ago (3 children)

I think they use up too much space. I primarily use laptops with limited SSD storage and using flatpak has come back to bite me a couple of times.

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

The space becomes less and less of an issue the more of your system is in flatpaks, as any shared dependencies won't be duplicated.

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

Oh that makes sense.

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

In this part, I agree, company laptop only provide 256 usable 234gb, and well.. it doesn't works great if I use a lot of flatpak apps for now, So I opt to use rpms... if 512, it will be different..

[–] [email protected] 1 points 6 days ago (1 children)

Too much storage. Only apps, no dependencies or drivers, which makes them 100% useless to me. So I'm Still relying on the repos to install dependencies and drivers, but splitting my workflow and installing flatpak apps? No, thanks. Too much hassle on theming and system access. Often times on the steam deck I try to do something and it doesn't work and I start scrambling for a while to fix it, then realize I don't have permissions to do so then have to go find flatseal and start fucking with shit. Just too much hassle.

[–] [email protected] 6 points 6 days ago (1 children)

Dependencies are contained in the flatpak. That's why something like zenmap. Which requires python 2. Can run on a system that doesn't have python 2 installes

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

That's it. You've solved it. Flatpaks are the best. Give me one driver I can install as a Flatpak. Anything that is non-app that is flatpak

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

Ok, enjoy 😊

[–] [email protected] 2 points 1 week ago* (last edited 1 week ago)

That is fucking stupid, but mostly because why on Earth should you drop a valid package format plenty of people use? Forcing rpm out will force people to use dnfdragora for that, creating two different app stores for one distribution.

Flatpaks are IMO good and are a great option for a casual user who doesn't want to accidentally screw up their system. Fully packed isolated dependencies, permission systems and other features make them great in many ways.