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
yum update
this takes a while, i had 1130 packages to update
Quote:
(1123/1130): ypbind-1.31-2.fc13.i686.rpm | 47 kB 00:00
(1124/1130): yum-3.2.27-4.fc13.noarch.rpm | 846 kB 00:01
(1125/1130): yum-metadata-parser-1.1.4-1.fc13.i686.rpm | 25 kB 00:00
(1126/1130): yum-utils-1.1.26-7.fc13.noarch.rpm | 78 kB 00:00
(1127/1130): zbar-0.10-2.fc13.i686.rpm | 122 kB 00:00
(1128/1130): zd1211-firmware-1.4-4.fc13.noarch.rpm | 22 kB 00:00
(1129/1130): zenity-2.30.0-1.fc13.i686.rpm | 2.7 MB 00:03
(1130/1130): zip-3.0-1.fc13.i686.rpm | 246 kB 00:00
--------------------------------------------------------------------------------
answer yes to the new signatures...
Quote:warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key ID e8e40fde
updates/gpgkey | 3.2 kB 00:00 ...
Importing GPG key 0xE8E40FDE "Fedora (13) <fedora@fedoraproject.org>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-i386
Is this ok [y/N]: y
Is this ok [y/N]: y
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key ID a3780952
rpmfusion-free/gpgkey | 3.3 kB 00:00 ...
Importing GPG key 0xA3780952 "RPM Fusion free repository for Fedora (13) <rpmfusion-buildsys@lists.rpmfusion.org>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-13-i386
Is this ok [y/N]: y
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key ID 2425b284
rpmfusion-nonfree/gpgkey | 3.4 kB 00:00 ...
Importing GPG key 0x2425B284 "RPM Fusion nonfree repository for Fedora (13) <rpmfusion-buildsys@lists.rpmfusion.org>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-13-i386
Is this ok [y/N]: y
Running rpm_check_debug
Running Transaction Test
and after the update
[root@localhost ~]# cat /etc/redhat-release
Fedora release 13 (Goddard)
cool ! and easy
i'll post some screenshots later today