▲ | fullstop 3 days ago | |
I have been using Aurora DX for the last month, and it has been a good experience but has also required a shift in my thinking. If anything is not included in the base image, you have a few options:
I have a few things in distrobox containers, things which aren't available as flatpaks. The biggest hurdle, for me, was getting wireshark running since the flatpak version can't capture traffic. I had to make a root distrobox container and export the app to my desktop. It works, but there were definitely some hoops to jump through.I like that updates come through once a week and they aren't applied until I reboot. If I have problems, it is easy to roll back to what I was running before. I would be comfortable giving my parents an Aurora setup, knowing that they can't easily break it. | ||
▲ | bogwog 3 days ago | parent [-] | |
I use Bazzite, which ships with the homebrew package manager. Idk if wireshark is available on homebrew, but if it is then you'll be able to use it that way without having to deal with any issues related to containers. Nix is probably another option (you can use Nix as a package manager instead of a distro) You could also build it from source, although that's definitely more work. |