-
-
Save almereyda/c61e53ee5dedb5759bbe996c72e6971c to your computer and use it in GitHub Desktop.
upgrading Fedora using dnf system-upgrade
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// in case you have VirtualBox and kmod-vbx, akmod-vbx, remove them | |
sudo dnf update | |
sudo dnf clean all | |
sudo dnf distro-sync --allowerasing | |
sudo dnf upgrade --refresh | |
sudo dnf system-upgrade download --releasever=NUM | |
sudo dnf system-upgrade reboot | |
sudo rpm --rebuilddb | |
sudo rpmconf -a | |
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