Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
view the rest of the comments
Bazzite on my gaming machine, Bluefin on my other machines. Both are Fedora Atomic based (meaning read-only kernel). Secure, stable, amazing. Apps are installed via Flatpak, and cli tools using Homebrew.
I've been a full time Linux user for 25ish years now. I'm currently happy here, but have tried most of them
I've been on Bazzite for like 2 years now, and I've never (purposely) used Brew. What kinds of things do you use it for?
Not a whole ton truthfully. If you run 'brew list', you'll see a lot of things already installed via Homebrew. The main one I install explicitly is 'yt-dlp', and I've played with llama.cpp and similar too
Hmmm, I use yt-dlp but forget exactly how I installed it. Definitely not flatpak, definitely not distrobox, and I'm pretty sure I never layered it.
App image maybe?
Edit: I think I literally just downloaded the Linux binary?
from pip? that's how I have yewtube
I used to download their binary from github and put in /usr/local/bin
Hoembrew will update that now whenever I update my system so I don't think about it anymore.
Hmmm, I guess I've just been running an outdated version of it for a while then.