Skip to content

Instantly share code, notes, and snippets.

@yuriploc
Last active December 7, 2020 02:57
Show Gist options
  • Save yuriploc/8c515a59e2d964ff44b6ad139910774f to your computer and use it in GitHub Desktop.
Save yuriploc/8c515a59e2d964ff44b6ad139910774f to your computer and use it in GitHub Desktop.
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
@yuriploc
Copy link
Author

yuriploc commented Dec 7, 2020

dnf system-upgrade clean
dnf clean packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment