upgrading Fedora using dnf system-upgrade
// in case you have VirtualBox and kmod-vbx, akmod-vbx, remove them | |
sudo dnf distro-sync --allowerasing | |
sudo dnf upgrade --refresh -y | |
sudo dnf install dnf-plugin-system-upgrade -y | |
sudo dnf system-upgrade download --releasever=NUM | |
sudo dnf system-upgrade reboot | |
sudo dnf remove -y google-chrome-\* && sudo dnf install -y google-chrome-stable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.