Open boredsquirrel opened 1 year ago
Fedora Distrobox
distrobox create Fedora -i registry.fedoraproject.org/fedora-toolbox:37 && distrobox enter Fedora
sudo dnf update -y
# rpm-fusion
# sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
Ubuntu Distrobox
distrobox create Ubuntu -i docker.io/library/ubuntu:22.04 && distrobox enter Ubuntu
sudo apt update -y && sudo apt full-upgrade -y
this seems quite to be alot, won't this be too intrusive for the user?
I made a repo for that with guide commands.
Arch: very useful for rare software. Installing yay along with it.
Question: they install yay as sudo and need to reassign permissions. For a binary program that was not needed, but maybe it is for regular programs?
Yay with sudo