Fedora 21 Upgrade

You might also like

Download as odt, pdf, or txt
Download as odt, pdf, or txt
You are on page 1of 1

Fedora 20 -> Fedora 21 pre-release

#
#
#
#

rpm
yum
yum
yum

--import https://fedoraproject.org/static/95A43F54.txt
update yum
clean all
--releasever=21 distro-sync

Fedora 21 split into different products. Execute one of those commands:


# yum install system-release-workstation
# yum install system-release-cloud
# yum install system-release-server

or this one if you want to have non-productized Fedora


# yum install system-release-nonproduct

If you change your mind, you can easily switch between products.
# yum swap system-release-cloud system-release-workstation

Swapping to workstation sometimes may require you to use yum shell as it may require multiple
packages to be swapped.
Many people report (e.g. bugs 1035326, 1044184, 1002331) that after upgrade some files have incorect
SELinux context. It is recommend to run:
# restorecon -R /

You might also like