this post was submitted on 07 Jun 2024
45 points (100.0% liked)
Linux
5366 readers
87 users here now
A community for everything relating to the linux operating system
Also check out [email protected]
Original icon base courtesy of [email protected] and The GIMP
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
You should look into the Universal Blue images
I especially like Bluefin
How does installing apps work? I know you can use flatpak. But, what if it's a cli app that you want to install that isn't on flatpak?
They recommend using
brew
to install CLI apps. There are also dev containers andtoolbx
, but the latter is not recommended.https://universal-blue.discourse.group/docs?category=6
Huh, I thought brew was a Mac thing. Thanks for the link. I'll give it some reading.