this post was submitted on 26 Sep 2023
688 points (96.7% liked)
Technology
59106 readers
3944 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Good for you. When I was installing steam on ANY Linux so far, the installation didn't finish because of missing dependencies. What kind of dependencies? - No idea, go figure it out on your own.
Without the help of Google I wouldn't have steam.
Sure I could install flatpak right? But flatpak does not come by default on most systems, so what kind of command do I have to run to install it? Again no idea -> go google the command or its website
I pretty much outright don't believe you. Flatpak ships by default on a lot of distros; it works on Linux Mint and is integrated with Mint's software center. In my procedure I said "click the first option that pops up" well the Flatpak version is the second option. I do know that Manjaro requires you to go into the software manager's settings and toggle it on, and Ubuntu deliberately doesn't include Flatpak by default because of their competing Snap store.
The assertion that Flatpak "does not come by default on most systems" is factually incorrect. Per this page: https://flathub.org/setup the majority of distros listed say that "Flatpak is included with newer versions by default and is ready out of the box." With a notable exception of regular old Ubuntu, for which the command is "sudo apt install flatpak." Or Arch or Gentoo, whose entire deal is "By default we install AS LITTLE AS POSSIBLE. Do it yourself."
Not on void
Can't speak from experience as I've never touched Void Linux, but reading about it to make this comment, it sounds like Arch but worse. A rolling release GUI-optional distro with its own special boy package manager...yeah I'm starting to believe your dependency hell woes.
Either way the command for installing Flatpak on Void is sudo xbps-install -S flatpak, which I would expect a user of Void Linux to know or be willing to learn.
Ah... there's your problem.