Last active
December 7, 2020 02:57
-
-
Save yuriploc/8c515a59e2d964ff44b6ad139910774f 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 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 |
Author
yuriploc
commented
Dec 7, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment