this post was submitted on 28 Apr 2025
531 points (95.9% liked)
linuxmemes
24723 readers
2265 users here now
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.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
yt-dlp AND btop isnt on the default app store on Bazzite. Im sure theres a way to get them installed, but it was rather annoying playing my game, watching a video on the side, finding a video that looks worth keeping, and i cant download it
yt-dlp works just fine for me on bazzite. I think I just use the app image? I even made an alias for it in my bashrc file so I only need to type "yt".
Some other tips: play around with BoxBuddy (distrobox) for a bit if you haven't yet.
You can use apt if you want, just create a Debian distrobox. BoxBuddy allows you to easily create shortcuts to apps installed in distroboxes to run them directly on your host system. So once you create it you never have to mess with the box again if you don't want to.
I came from EndeavourOS, so I just made an Arch distrobox that I can use to get packages from the AUR.
"ujust update" (or the bazzite system updater thing) command will update all of your distrobox images (and any apps installed on them) as part of the process. And if you mess something up, or decide you don't want it, you just delete the distrobox.
It's actually pretty easy, and I think it's cool that your distro doesn't really matter anymore.
Ive only played with Bazzite for 2 days now. (Got a 2nd hand keayboard last year August. Finally changed the RGB with Bazzite and its OpenRPG tool). If you can set up Desktop mode as the default boot, then it is probably the best distro to reccomend to new users.
I do have Arch as my main OS installed on another drive, and that does everything else i need.
It's good for new users. But it should be noted that does not mean that power users and tinkerers wouldn't also like it.
I tinkered around and made an Arch install for myself last year, until I realized that it was just turning into Bazzite but with extra steps, so I went back to Bazzite.
Yeah, things are different on Bazzite. You can install things via homebrew as well. For yt-dlp use
brew install yt-dlp
(same command for btop). If something isn't on homebrew too, there is a distrobox option. If you get used to AUR, Bazzite can be a little tedious.I just use my Arch distrobox to access AUR if I need to (though I don't think I've had to).
rpm-ostree is an adjustment, but now that I understand it more and know all of my options for installing packages, I think it's fantastic.
The devs recommend against using rpm-ostree but yeah, distrobox is limitless. It's just doing things different way. I also like how Bazzite (or Aurora) adds a program as a menu shortcut installed via distrobox, pretty convenient.
I just mean learning how the ostree shit works in general for the most part. For pinning images and learning how to rollback if needed, etc.
I try not to install things using rpm-ostree unless absolutely necessary.
Edit: I probably should have just said "ostree" in the original comment.
You most likely won't need it since there is distrobox option.
I had to install coolercontrol that way. Unless that was a ujust command, I forget.