Hi folks,
I’m new to UBlue, but not new to computers or to Linux. One foot-gun that I have encountered repeatedly, across multiple OSes, is that package managers will mess up your system if you don’t use them correctly. None of them are capable of enforcing your good behavior.
On my new Aurora 43 install, I have acquired a few new applications from Bazaar. I think that this is the package manager of choice, when you’re looking for something that works with the GUI.
I need to make a universal, bootable ISO, so I want genisoimage, a CLI tool. Just to make sure, I checked to see whether it is present on Bazaar. As expected, it was not.
The Aurora offline docs mention both Homebrew and something called DistroBox, both of which I think are used for non-GUI installs, but with different levels of containerization. I think that DistroBox adds a level of complexity that I do not need, and in any case, brew is mentioned in the docs before DistroBox.
I just typed brew in my terminal… and not even brew is installed on my system? OK, I wasn’t expecting that. (EDIT: update, brew is accessible, but it’s privileged, so you have to use sudo.)
Please help me to understand the correct sequence when searching for and installing packages.
Thanks!