Skip to content

Instantly share code, notes, and snippets.

@almereyda
Forked from yuriploc/upgrade_fedora
Created August 5, 2017 23:16
Embed
What would you like to do?
upgrading Fedora using dnf system-upgrade
// 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