How can I update Fedora 11 to Fedora 12 - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html) +--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html) +---- Forum: Fedora 12 (https://www.linux-noob.com/forums/forum-50.html) +---- Thread: How can I update Fedora 11 to Fedora 12 (/thread-542.html) |
How can I update Fedora 11 to Fedora 12 - anyweb - 2009-11-28 now that Fedora 12 (Constantine) has been out for a week or so, I decided it's time to upgrade my Fedora 11 laptop to the new release using Yum. I'm documenting this in case anyone wants to try doing the same thing. Backup your data Before attempting to do this, backup your important data over the network or two an external USB drive. This is incase something goes wrong and you need to format/reinstall. During the backup, take a look at these common F12 bugs to see if any might impact you. Once all your data is backed up, proceed with the upgrade. Get the Fedora 12 Release RPMs Code: [anyweb@localhost]$ wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/12/Fedora/i386/os/Packages/fedora-release-12-1.noarch.rpm Using Yum to upgrade Need to become root to run the next commands... Code: su - change to the directory containing those files above and execute the following command: Code: [root@localhost fedora12]# rpm -Uvh fedora-release-12-1.noarch.rpm fedora-release-notes-12.0.0-4.fc12.noarch.rpm then Code: yum clean all then Code: yum update first time around, I got some warnings about tigervnc-server Quote:--> Finished Dependency Resolutiontigervnc-server-1.0.0-2.fc11.i586 from installed has depsolving problems so I chose to remove the software Code: yum remove tigervnc-server I ran Code: yum update again and this time no warnings Quote:Transaction Summary I pressed Y to continue and then it downloaded 1285 updates Quote:(1285/1285): zlib-1.2.3-23.fc12.i686.rpm | 69 kB 00:00 -------------------------------------------------------------------------------- I was now prompted to accept the new GPG keys, so had to press Y 3 times for this process Quote:Importing GPG key 0x57BBCCBA "Fedora (12) <fedora@fedoraproject.org>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-i386 the updates finally get applied (which took some time) Quote: Updating : policycoreutils-python-2.0.74-17.fc12.i686 930/2467 after some hours all the files are installed or updated Quote: gnome-audio.noarch 0:2.22.2-4.fc11 hal-cups-utils.i586 0:0.6.19-2.fc11 Reboot and Verify and now it's time to reboot to let the new kernel take effect after the reboot, we can check the kernel version and os version to verify that the upgrade has taken place Quote:[anyweb@localhost ~]$ cat /etc/redhat-release Fedora release 12 (Constantine) Double-check that we don't need any more updates Quote:[root@localhost ~]# yum -y updateLoaded plugins: dellsysidplugin2, refresh-packagekit and that's it, Fedora 12 is now installed !! Some Screenshots <a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_11_2009/post-1-12594810091829.png" data-fileid="1223">[img]<fileStore.core_Attachment>/monthly_11_2009/post-1-12594810091829.png[/img]</a> <a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_11_2009/post-1-12594811042576.png" data-fileid="1224">[img]<fileStore.core_Attachment>/monthly_11_2009/post-1-12594811042576.png[/img]</a> <a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_11_2009/post-1-12594811212306.png" data-fileid="1225">[img]<fileStore.core_Attachment>/monthly_11_2009/post-1-12594811212306.png[/img]</a> <a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_11_2009/post-1-12594835523753.png" data-fileid="1228">[img]<fileStore.core_Attachment>/monthly_11_2009/post-1-12594835523753.png[/img]</a> |