this post was submitted on 29 Mar 2025
461 points (79.1% liked)

linuxmemes

24211 readers
1739 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

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 figuresWe 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.

    founded 2 years ago
    MODERATORS
     

    For context: I habe a PC with an 8gb SSD and I somehow need to get an app on there that only has a flatpak release

    (page 2) 50 comments
    sorted by: hot top controversial new old
    [–] pewpew@feddit.it 32 points 4 days ago (6 children)

    Hope you don't find out about Snaps

    load more comments (6 replies)
    [–] Rooty@lemmy.world 10 points 3 days ago

    Flatpak is love, flatpak is life.

    [–] Grass@sh.itjust.works 32 points 4 days ago* (last edited 4 days ago) (1 children)

    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

    [–] Luffy879@lemmy.ml 14 points 4 days ago* (last edited 4 days ago) (2 children)

    where you you even get an 8gb ssd

    I bought a Fujitsu thin client for 30€, and I decided to spend the 5€ extra to get one with a drive (making it 30€ total.

    why would you use one outside of some specialized embedded application that shouldn't even have a desktop interface?

    1. I have way too much free time

    2. I have no money

    3. Originally it should only have been a minimal void Linux install so it can connect to my local server via RDP. But I just realised that that futro s920 with 4 1,5ghz cores is actually way faster and more reliable than my 4th gen Intel i5 will ever be

    and even then why not something lighter than kde or gnome

    I ssh'd into the PC. It runs xfce4, and it is just made to display shortwave (an Internet radio player) in full screen on a cashier terminal screen that I ripped from the terminal assembly. I just needed the cheapest thing to run shortwave on so my father has an Internet radio, since the other 2 options were

    • buy a big ass Antenna for his normal radio, or

    • buy a used Internet radio for 200€ (this way it only cost about 90€), wait until its Server is shut down, and then somehow with a mix of wireshark, dns logging, and pure luck somehow locally rerout the domain that the radio tries to connects to, figure out what kind of json file I need to host on my local server in order to make it refresh it's database of Radios, and maintain these IPs forever.

    also, please note, the image is in no way connected to this project, it just reminded me of it

    load more comments (2 replies)
    [–] swelter_spark@reddthat.com 12 points 4 days ago (1 children)

    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.

    [–] corsicanguppy@lemmy.ca 6 points 3 days ago (2 children)
    • 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.

    load more comments (2 replies)
    [–] mr_right@lemmy.dbzer0.com 15 points 4 days ago

    flatpak install/update <package name> --no-related

    there problem solved

    [–] boredsquirrel@slrpnk.net 27 points 4 days ago* (last edited 4 days ago) (1 children)

    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

    load more comments (1 replies)
    [–] AllHailTheSheep@sh.itjust.works 6 points 3 days ago (1 children)

    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.

    load more comments (1 replies)
    [–] secret300@lemmy.sdf.org 8 points 3 days ago

    btrfs compression and dedupe. Saves a lot of space

    [–] daggermoon@lemmy.world 15 points 4 days ago

    Just build from source

    [–] daggermoon@lemmy.world 13 points 4 days ago (4 children)

    I actually like flatpak. The only issues I have are with GTK apps which I try not to use anymore.

    load more comments (4 replies)
    [–] daniskarma@lemmy.dbzer0.com 11 points 4 days ago

    Build it from source them.

    [–] jmf@lemm.ee 6 points 3 days ago (1 children)

    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.

    load more comments (1 replies)
    [–] halva@sh.itjust.works 5 points 3 days ago

    you probably have thrice that in your yay/paru or emerge cache

    i know what you are.

    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.

    TONS OF SAME STUFF

    every time:

    downloads a different version of KDE from 2014

    [–] interdimensionalmeme@lemmy.ml 2 points 3 days ago (1 children)

    Don't your filesystem deduplicate it on the fly anyway?

    load more comments (1 replies)
    [–] lemmydividebyzero@reddthat.com 9 points 4 days ago (1 children)

    Storage is cheap, I don't care at all as long as I can easily install it without having to go online to search for missing dependencies in the correct version.

    My only problem with Flatpak was when I tried to install an IDE and made it use Podman or Docker and the container thingy caused problems.

    [–] 6mementomorib@lemmy.blahaj.zone 11 points 4 days ago (1 children)

    "x is cheap" is not the greatest take imo. it's cheap until you just so happen to not be able to afford it. what now? better give me an income for the price in storage. not talking about flatpak specifically.

    load more comments (1 replies)
    load more comments
    view more: β€Ή prev next β€Ί