Skip to content

Instantly share code, notes, and snippets.

@cho2
Created February 20, 2020 08:52
Show Gist options
  • Select an option

  • Save cho2/69ec3efb11631f06e3ae8e80c0e3bae7 to your computer and use it in GitHub Desktop.

Select an option

Save cho2/69ec3efb11631f06e3ae8e80c0e3bae7 to your computer and use it in GitHub Desktop.
# 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