Skip to content

Instantly share code, notes, and snippets.

@almereyda
Forked from yuriploc/upgrade_fedora
Created August 5, 2017 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save almereyda/c61e53ee5dedb5759bbe996c72e6971c to your computer and use it in GitHub Desktop.
Save almereyda/c61e53ee5dedb5759bbe996c72e6971c 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 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