updated Fedora 9 to Fedora 10 today - 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 10 (https://www.linux-noob.com/forums/forum-45.html) +---- Thread: updated Fedora 9 to Fedora 10 today (/thread-770.html) |
updated Fedora 9 to Fedora 10 today - anyweb - 2008-12-14 I updated my Fedora 9 laptop today to Fedora 10, and this is how I did it incase any of you want to try (this is for the 32 bit release) Quote:[root@localhost]# cat /etc/redhat-release Fedora release 9 (Sulphur) yup, it's Fedora 9 ^ ok, let's get some packages, (pick a mirror near you, I'm in sweden so I chose the one below) ftp://ftp.sunet.se/pub/Linux/distribution...86/os/Packages/ Code: wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/10/Fedora/i386/os/Packages/fedora-release-notes-10.0.0-1.noarch.rpm and then install them Code: rpm -Uvh fedora-release-notes-10.0.0-1.noarch.rpm fedora-release-10-1.noarch.rpm then do an update... Code: yum update i got some dependancy errors relating to f-spot and qemu, and resolved them by doing yum remove f-spot && yum remove qemu and then trying again yum then downloaded 986 updates, and prompted me to install them Quote:(986/986): openoffice.org-core-3.0.0-9.10.fc10.i386.rpm | 90 MB 01:20 -------------------------------------------------------------------------------- the package updating takes a long time...... don't forget to reboot after yum is done updating <a class="ipsAttachLink ipsAttachLink_image" href="<fileStore.core_Attachment>/monthly_12_2008/post-1-1229372913.png" data-fileid="1121">[img]<fileStore.core_Attachment>/monthly_12_2008/post-1-1229372913.png[/img]</a> updated Fedora 9 to Fedora 10 today - prime - 2008-12-18 I'm downloading the Fedora 10 iso right now. I'm thinking about trying it in a VM first to see how I like it, then maybe switching my desktop from Ubuntu 8.10 to Fedora 10. updated Fedora 9 to Fedora 10 today - hybrid - 2008-12-18 I've had a reasonable play with Fedora 10 now. For some reason Fedora 9 wouldn't play with my hardware, so I skipped that release, but I installed F10 directly from the live CD variant and it looks really nice. There is good attention to detail with things like the GNOME menu bar and taskbar animating in when you log in that make it feel very polished. updated Fedora 9 to Fedora 10 today - prime - 2008-12-20 I definitely plan on installing it and using it for awhile - I've heard nothing but good things about it. Now, whether or not it works with my hardware is another thought all together. updated Fedora 9 to Fedora 10 today - Idontknow - 2009-01-31 I just realized that I installed Fedora 10 i386 release but I would rather need/like the a64 version. Is there a possibility to change without re-installing everything. Sounds like a stupid question to me but if I don't ask i'll never know. updated Fedora 9 to Fedora 10 today - anyweb - 2009-01-31 stay with what you have until the next version comes out in 6 months or so, then reinstall the new 64 bit version updated Fedora 9 to Fedora 10 today - Dungeon-Dave - 2009-02-01 If you try a "yum update", see if it detects the 64-bit chip and offers to download a new/different kernel. I did something similar a bit ago - installed Fedora7 from DVD then "yum update" offered to update the kernel to the SMP one (was a dual-core machine). updated Fedora 9 to Fedora 10 today - YeOK - 2009-02-08 Quote:If you try a "yum update", see if it detects the 64-bit chip and offers to download a new/different kernel. SMP is just a new kernel, to change to x86_64 is a major upgrade that 99% of the time will fail (You have to hack the repo files to even get it to try). You will need to download the x86_64 cd /DVD and do a re-install. |