Flatpak seems to be the best choice for consistency and to have it working straight out of the box. I think Linux currently needs this because we're getting a lot less tech-savvy Linux users nowadays. Don't get me wrong; package managers should still be used, but how are we going to get people to change if they run into package conflicts or accidentally uninstall a wrong package?
And universal compatability. One repo, for all distros. That's a big plus too!
Flatpaks implement deduping, so they actually don't take that much space when installed.
I habe a PC with an 8gb SSD
I think I found your real problem.
"maybe a software being excessively bloated isn't a good thing"
"just buy more storage bro"
B*tch. i live in a third world country, with limited internet and data plan, and also is still a student. If i can just buy more storage and better hardware i will.
People bitching about Flatpaks don't understand that they have dedupe built in. You're literally not using any more space and it's easier for app developers to deploy.
Try using Snaps sometime, if you want something to actually bitch about.
There's very good reasons that app developers focus on flatpaks, which mostly revolves around how incredibly terrible the experience is creating native packages for each distro and each release version of those various distros.
Flatpak used to be problematic, but even a loud hater of Flatpak, Richard Brown of openSUSE, now lauds Flatpak as an excellent solution after his criticisms were addressed.
Yes, I personally use flatpak because I want a reliable way to update packages that are not in the native repositories. Still, I would love if it would be like snaps in the sense that I can use the native libraries and only install the app as flatpak.
Its just really frustrating to have to install the whole fricking gnome desktop again just so some flatpak can use it
You..... prefer snaps?
I guess we found the one person with that hot take.
No problem, just makr sure your system has the exact version of libraries the application needs. And oh, you will only update those dependencies when the application update updates the requirements.
Oh what's that? Another application you want to install uses the same lib but different version? Tough luck, chump!
Seriously it's either flatpaks or the multi-version dependency management that openSUSE has, and you're not saving much more space here either.
Alternatively though, if an app has KDE library dependencies for example, it's kinda nice to not have to install a whole other desktop system wide.
Personally I do like the ideas behind Snap/Flatpak. I think the sandboxing is a huge deal and will improve security going forward.
In a world where space is usually the cheapest and most available hardware on a PC, I tend to agree. That being said, it's the kind of solution that comes from engineers who put the onus on the hardware to make up for their shitty software. Engineers like me.
In a world where space is usually the cheapest and most available hardware on a PC
I read this in the movie trailer guy's voice
Yeah. Someone has to put in the work for packaging an application if you want it as a .deb/.rpm etc. package and deal with any bugs that might come up, and it's not going to be me (speaking as a user, not a developer).
That said, I also painted myself into a corner when it comes to harddrive space. LUKS can be complicated, man ...
So maybe use Debian and compile the app yourself instead? The Dev made something free with their time, use your time to make it work for you.
Why the hell do you only have 8GB? Are you trying to install flatpaks on a smart fridge?
Sort of, actually
I was trying to build a PC just to play internet radio on using Shortwave, and a 30€ thin client with 4 1,5Ghz cores and no active cooling, 4 gigs of ram and an 8gb ssd were more than enough for that
I didn't even know ssd's(nuts) that small existed
Maybe it’s an eMMC chip on an embedded device?
For your use case, building from source might be more practical.
You hate people who spend hundreds of ours of their free time developing software, who then release that software for free, under no obligation to you or anyone else, and your reasoning is because they provide it in a packaging solution you don't find ideal?
Maybe fuck off and write your own software.
Another missed occasion to have taken a screenshot. There's gnome-screenshot, scrot, your DE's integrated tool and so many others to choose from, you can do it!
That sort of shit makes me hate the modern internet. (Also screenshots are cleaner and therefore compress better since you seem to care (rightfully) about storage space.)
Yeah but if youre using a lemmy app on your phone its significantly faster to just use your phone camera rather than having to share/transfer the file over somehow, or sign into lemmy on your pc. Im not saying you're wrong, but i get why someone wouldn't care for a quick throwaway post. Also storage then isnt an issue on the PC at all because the image is only on the phone.
8GB SSD
There’s your problem. The last time 8GB was plenty was in 1998.
No need to hate on someone for their hardware.
Reading through the comments here, the Linux community slowly seems move away from "runs on about every piece of hardware you can think of" to "if you don't have at least the Nimbus 2000 that's on you, sucker!"
and 8gb ssd? at that size it's surely a removable 2242 ngff drive, it's like 10$ for a 64gb one. you're quite literally throttling your systems read/write speed, cause ssds want at least 20% free to manipulate files.
Yeah flatpak won't work on my Nokia 3310 either, what a shit software...
Edit: if you upvoted this comment, your kneecaps pop when you pick up things from the ground
Lol kinda wild to me seeing flatpak hate as a new Linux user (running fedora with kde). Flatpaks have just worked for me and it's been fantastic
If you're new to Linux, then your probably not familiar with the full Linux community yet. Much like in real life, online Linux spaces tend to have a very loud minority of conservatives who hate progress.
Usually you'll see them hating on things like systemd, 64bit architectures, containers, new packaging systems (like Flatpak), immutable and experimental distros (like Nix), Wayland, "bloated" desktops like KDE or Gnome, and much more.
And just like in real life, the antidote is to not take another person's word for it. Do your own homework/try things out yourself and arrive at your own conclusions.
Flatpak is love, flatpak is life.
Cut the crap. Flatpak uses hardlink from repo where file names are jash of the file itself. The chance of duplication is exactly same as that of duplicate files of same name in same directory.
Flatpak repo grows because we trade uncertainty over abi stability with installing all needed versions of libraries. For abi incompatible builds you could already do that in many distros (versioned soname) but to a lesser extent.
Also I usually do not install nvidia GL with flatpaks that I won't run on nvidia on hybrid gpu laptops anyway for energy reasons.
Yeah, I'm not a fan of flatpak for my usage, but this isn't a great argument against it.
I'd rather someone "only" release on flatpak if that's the simplest way they can support Linux compared to no support at all.
did you see those little <
in front of the download sizes? org.kde.KStyle.Adwaita
, org.kdePlatform.Locale
, org.kde.Platform
and com.ktechpit.torrhunt
won't be fully downloaded as those are possibly already installed and can be reused, so in the best case you only download org.freedesktop.Platform.GL.nvidia-570-86-16
fully.
Oh lmao, I decided to look into this. https://github.com/flathub/com.ktechpit.torrhunt/blob/master/com.ktechpit.torrhunt.yaml
Looks like it just downloads the .snap package (directly from Canonical's website) and extracts it. It's also, of course, completely closed source so who knows what it's doing when it's running.
I liked Snaps and Flatpaks fine when I first started using Linux, and the distro I was on treated them the same as software in the repo, but I eventually started to avoid them because of the space they take up, and because I got tired of constantly having to mess around with permissions to try to get things working. Now, if something isn't available in rpm, I use AppImage or a tarball, or compile it myself.
- rpm: signed payload and manifest with signatures in bill of materials that integrates and coordinates with system db and allows enterprise content review and validation at every step and/or easy back-out.
- flatpack/app image - none of these.
Anyone interested in build, security, deployment, should have issue with that. But look at its corp champions and discover their motive.
Ok dude, you should have looked at the minimum requirements for a linux install before buying that thin client. I checked debian and fedora and both had minimun requirements exceeding 8gb for graphical environments. Read the manual, stop bashing a tool you arent using right. Flatpak works great for almost every use case, especially if you learn how to tweak the sandbox.
Like many have said, can you build it yourself?
Flatpaks have their uses, and for many people they're a great system that solves a situation well enough and with great convenience. For other situations, flatpaks are an ugly hack. I think we just have to accept that devs will not always package or tailor their software for all situations (electron apps, anyone?!), but at least in the FOSS world you can usually compile yourself if you need to.
you probably have thrice that in your yay/paru or emerge cache
i know what you are.
linuxmemes
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn, no politics, no trolling or ragebaiting.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. 🇬🇧 Language/язык/Sprache
- This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed.
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.