Updating from Fedora 12 to Fedora 13 - 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 13 (https://www.linux-noob.com/forums/forum-51.html) +---- Thread: Updating from Fedora 12 to Fedora 13 (/thread-451.html) Pages:
1
2
|
Updating from Fedora 12 to Fedora 13 - anyweb - 2010-05-30 today I decided to upgrade from Fedora 12 to Fedora 13 to see what the new release was like, <a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_05_2010/post-1-12752504663717.png" data-fileid="1265">[img]<fileStore.core_Attachment>/monthly_05_2010/post-1-12752504663717.png[/img]</a>
to do so I did as follows open a console and logged in as root Code: su - then downloaded two Fedora 13 release files needed for the next step Code: wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/13/Fedora/i386/os/Packages/fedora-release-notes-13-3.fc13.noarch.rpm and Code: wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/13/Fedora/i386/os/Packages/fedora-release-13-1.noarch.rpm then Code: rpm -Uvh fedora-release-notes-13-3.fc13.noarch.rpm fedora-release-13-1.noarch.rpm once done do Code: yum clean all this takes a while, i had 1130 packages to update Quote: answer yes to the new signatures... Quote:warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key ID e8e40fde and after the update [root@localhost ~]# cat /etc/redhat-release Fedora release 13 (Goddard) cool ! and easy i'll post some screenshots later today Updating from Fedora 12 to Fedora 13 - anyweb - 2010-05-30 heres my laptop running Fedora 12 <a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_05_2010/post-1-12752477784348.png" data-fileid="1263">[img]<fileStore.core_Attachment>/monthly_05_2010/post-1-12752477784348.png[/img]</a> and here it is running Fedora 13 <a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_05_2010/post-1-12752478245825.png" data-fileid="1264">[img]<fileStore.core_Attachment>/monthly_05_2010/post-1-12752478245825.png[/img]</a> Updating from Fedora 12 to Fedora 13 - Dungeon-Dave - 2010-06-01 Any major differences you've noticed? Updating from Fedora 12 to Fedora 13 - anyweb - 2010-06-02 actually no, apart from Firefox looking different, it feels much the same as it did probably because I had F12 totally up to date, or maybe i just havn't explored enough yet Updating from Fedora 12 to Fedora 13 - Dungeon-Dave - 2010-06-02 I'm guessing a totally-up-to-date v12 is pretty identical to a "just released v13"! Was wondering if there's anything more changed with udev, disk IDs, boot loader (Ubuntu now uses grub2), etc. Updating from Fedora 12 to Fedora 13 - hybrid - 2010-06-02 Quote:I'm guessing a totally-up-to-date v12 is pretty identical to a "just released v13"! It seems that is 'the deal' when it comes to Fedora. I used it quite extensively a few years ago -- you got so many package upgrades you always knew you were on the bleeding edge, but that also meant you didn't get nice packages of new features when a new release came about. Admittedly, I haven't used it extensively for some time. Updating from Fedora 12 to Fedora 13 - YeOK - 2010-06-05 Hello guys, how are you all doing ? Anyway, I upgraded to Fedora 13 from 12 but instead of using yum I actually made use of a Fedora tool called preupgrade. It is very easy to use, Code: # yum update You will get a gui (cli version available), it downloads the required files, asks you to reboot, then you install from anaconda. Maybe worth a try. http://fedoraproject.org/wiki/Features/PreUpgrade http://fedoraproject.org/wiki/PreUpgrade Updating from Fedora 12 to Fedora 13 - anyweb - 2010-06-30 interesting, next time Fedora is released i will give that tool a try and report back, thanks for the info Updating from Fedora 12 to Fedora 13 - fraunthall - 2010-07-02 Quote:today I decided to upgrade from Fedora 12 to Fedora 13 to see what the new release was like, answer yes to the new signatures... Quote:warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key ID e8e40fde and after the update [root@localhost ~]# cat /etc/redhat-release Fedora release 13 (Goddard) cool ! and easy i'll post some screenshots later today </div></blockquote> Updating from Fedora 12 to Fedora 13 - fraunthall - 2010-07-02 It seems that you [administrator] downloaded the installation and update files for Fedora 13 and proceeded from there. I, OTOH, used an installation DVD, so I can't follow your steps. It seems that, generally, F13 is working on my notebook, but I cannot update it, either using the yum update command, or the option presented to me by the system to download and install some 500 or more updates, patches, etc., because of some missing GPG key in /etc. The error message is as follows: .............. GPG key retrieval failed: [Errno 14] Could not open/read file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-13-i386 On some forum I got the following suggestion to try: .............. rpm --import etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-13-i386 That failed too. If anyone can help me I would be grateful. Besides posting a reply, could you send an email to me at: Fraunt Hall - fraunthall@gmail.com That way I will be sure to get it. thanks everyone. |