UPDATE:
I’m forget to tell you that you must import gpg key before run update, here is the command
rpm --import https://fedoraproject.org/static/A82BA4B7.txt
It is quite easy to upgrade from Fedora 15 to Fedora 16. You just have update your system first, then clean your repository cache and do upgrade. Simple. Here is the complete commands:
# yum update # yum clean all # yum --releasever=16 --disableplugin=presto distro-sync -y
If you make repository cache with different folder for each release version by adding $releasever in cachedir option on /etc/yum.conf, you probably don’t have to run ‘yum clean all’.
Wait until finish. It depends on your internet connection and your computer speed.
After upgrading, you optionally can install some of new feature of Gnome 3.2. Below are complete commands:
# yum install sushi gnome-documents gnome-contacts
After doing that all command, don’t forget to update grub, because Fedora 16 using grub2.
grub2-mkconfig -o /boot/grub2/grub.cfg
Here is some of screenshot:
![]() |
| From My Share |
![]() |
| From My Share |
![]() |
| From My Share |
![]() |
| From My Share |




