How to upgrade from FC2 to FC3 - 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 Core Release 2 (https://www.linux-noob.com/forums/forum-40.html) +---- Thread: How to upgrade from FC2 to FC3 (/thread-2807.html) |
How to upgrade from FC2 to FC3 - godskalk - 2005-03-02 Hey, here is a neat way to upgrade from FC2 to FC3 without doing a clean install, but using apt-get. First you must find the apt repositories from somewhere, I used this page right here: Fedora Apt/Yum Repositories list. Now go to your server and doing as root and backup the apt sources.list Code: cd /etc/apt Now, edit the sources.list. Remove everything inside and replace with the apt links from the Fedora Apt/Yum Repositories list. Save and exit, then do an update and upgrade with apt-get. Code: apt-get update && apt-get dist-upgrade -y This will take a while :)When finnished, reboot and you will have Fedora Core 3. I dont know if this is a good way for doing it but it worked for me, so far so good. How to upgrade from FC2 to FC3 - xDamox - 2005-03-03 Hi, Thats a neat little trick :)you can also place the fedora 3 cd into your cdrom and it will allow you to choose an upgrade installation :) How to upgrade from FC2 to FC3 - anyweb - 2005-03-03 nice info topic pinned and moved to the right section cheers anyweb |