- cross-posted to:
- linux@lemmy.ml
- cross-posted to:
- linux@lemmy.ml
It was me. Reinstalled three times a couple days ago because I’m an idiot.
But I’m an idiot who uses FOSS and I rather be dumb in a world of genius than a genius in a world of dumb.
I like how know one wants snap but everyone chose flatpak.
I like flatpaks
Now I’m just hoping AppImage will follow in Snap’s footsteps.
WDYM? I thought canonical was kinda standing their ground with snaps.
Appimage is better for cli apps. Different purposes. Neovim appimage is very useful
Appimage is broken in many ways. Use a container
I’ve never had problems with appimage, and for me, containers are for my servers. I don’t want stateless, sandboxed applications for my workstations.
In what ways is it broken?
Containers don’t need to be stateless. I use Distrobox to create environments that I run my software in. Podman is the best for Distrobox but it can use the docker backend as well.
I am not one of the million, but I’m glad flatpaks exist. Anything to increase ease of use and hopefully wider linux adoption is a good thing.
I like flatpaks but bundling everything as flatpak is a overkill.
'ate dependency hell
'ate outdated packages in distro repos
'ate snaps
luv flathub
simple as
I am really glad Flatpak exists, it made using Linux much easier for me ^^
I know there’s abit of a war going on about the technical merits of flatpaks which I don’t know enough about the Unix world to fully understand.
As a newer user flatpaks have been pretty great, I like having the Android like permissions system through flatseal especially for my proprietary apps like Discord.
I dunno if I’d go all in on using only flatpaks but for what it is, consider me a fan.
As a noob, can someone briefly explain flatpaks and why they may be preferred?
Glad you asked
- containerized apps
- more secure than regular install
- less clutter
- no dependency hell
- open source (in opposition to snap)
It is also much easier to install and update, since it don’t require restarting the computer, and also works on all distro.
deleted by creator
Exactly. Thanks for pointing it out.
Containerization is not mandatory, some flatpaks are not air-gapped at all which is a real bummer. I wish they all were.
Can they not be closed down with flatseal?
Are you referring to the ones with excessive sandbox permissions that flathub allows by default? Or is this something else?
deleted by creator
I love flatpaks
Lets gooooo 🔥
Glad to see growth on flathub 💪
The issue with those numbers is that they don’t account for people having multiple devices. My PC, Laptop, and Steam Deck all download apps from flathub, so I’m likely counted multiple times. On the other hand most people only use one device, so the actual numbers probably don’t doffer much. It’s an estimate anyway.
Edit: I’m not surprised the amount of people using flatpak/flathub increased so much. It’s my preferred method of installing proprietary software and works on any distro, even unconventional ones like NixOS or Alpine. Sandboxing continues to get better, be it isolation or usability.
Why does it only have git sign in? What If I don’t want to use those removedty git services?
You mean GitHub signin?
Because Flathub operates on GitHub. If you hate it that much, you could use a different Flatpak distributor (I heard Fedora has its own?)
By choice or by force? I’ll take flatpaks over Appimages and literally rocks over snaps, but what is this metric actually saying?
It is saying that more than one million people are actively using Flathub. What do you mean by force?
Well if there’s an application that the developer only releases a flatpak for, do I have a choice in being one of those million if there’s no easy way to compile it myself? What if I’m a newbie linuxer and cannot get all the dev tools installed?
do I have a choice in being one of those million if there’s no easy way to compile it myself?
You always have a choice. Just yesterday, I had an app’s documentation say “install brew so you can download our application and themes”. I noped right out of there and found a different application altogether.
what’s your point? if flatpak makes it easier for developers to package their software and easier for users to install it, there’s nothing wrong with it being famous
I don’t think there’s any business entity artificially forcing the users to use it (like Firefox on Ubuntu 😉) if that’s you’re asking.
Otherwise, the only case where the user is “forced” to use flatpak would be when the software they’re looking for is not available under their distro’s repo, which happens a lot especially in point release distros.