Created
February 20, 2020 08:52
-
-
Save cho2/69ec3efb11631f06e3ae8e80c0e3bae7 to your computer and use it in GitHub Desktop.
Switch to Rawhide (https://fedoraproject.org/wiki/Upgrading_Fedora_using_package_manager#To_Rawhide)
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
| # dnf upgrade | |
| # dnf install dnf-plugins-core fedora-repos-rawhide | |
| # dnf config-manager --set-disabled fedora updates updates-testing | |
| # dnf config-manager --set-enabled rawhide | |
| # dnf clean -q dbcache packages metadata | |
| # Go to https://getfedora.org/en/security/ and find the key for the current rawhide version, download and 'rpm --import key.asc' | |
| # dnf --releasever=rawhide --setopt=deltarpm=false distro-sync | |
| ## Optional: it is generally advised to do a selinux autorelabel and reboot | |
| # touch /.autorelabel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment