Compile it yourself?
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.
Compile it yourself.
Instructions unclear. Cmake ninja tool chain uses another 8gb and still get compile errors
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.
There's also deduplication across the different files. So you could even end up with less overall size over time if you use Flatpaks for everything.
Flatpak is love, flatpak is life.
I habe a PC with an 8gb SSD
Are you using a first gen eeePC?
I think I bought one of those for 40β¬, 12 years ago.
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.
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.
flatpak install/update <package name> --no-related
there problem solved
btrfs compression and dedupe. Saves a lot of space
its barely legible but isnt that still less than a gb? where you you even get an 8gb ssd? why would you use one outside of some specialized embedded application that shouldn't even have a desktop interface? and even then why not something lighter than kde or gnome
Yes absolutely true, but also no.
https://gitlab.com/TheEvilSkeleton/flatpak-dedup-checker
For me it is 32GB of data with deduplication, and only like 25GB with BTRFS compression.
So while still way too much, not really a problem if you have a reasonable 50mbits+ internet connection and a 200GB+ SSD
There should still be waay more force. There should only be one runtime (FDO) and KDE and GNOME being extensions to that. Not sure if these perfectly dedupe though
Don't your filesystem deduplicate it on the fly anyway?
I believe that's what ostree
is for
Just build from source
you probably have thrice that in your yay/paru or emerge cache
i know what you are.
Build it from source them.
I actually like flatpak. The only issues I have are with GTK apps which I try not to use anymore.
TONS OF SAME STUFF
every time:
downloads a different version of KDE from 2014
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.
I absolutely hate all this container shit, for my uses. That said, they make sense when you need to sandbox applications for whatever reason, but most of those uses seem like they would be better served with VMs.