Archmage
October 17th, 2007, 04:53 AM
Explanation:
I have here a few PCs, one is already convertet to Gusty, the remaning ones are still runing feisty, but I'm planing to upgrade them, when Gusty comes out.
All are using apt-proxy and therefore I only need to download each packet once.
Unfortunatly if I use the Update-Manger it will trash my old sources.list and will create a new one that will use the internet instead of my apt-proxy. Resulting in download over 500 MB for each machine instead of simply using my local proxy with the already downloaded packets.
Therefore I'm planing to edit the sources.list manuel (just exchange every feisty to gusty) and then run
sudo aptitude update ; sudo aptitude upgrade ; sudo aptitude dist-upgrade ; sudo aptitude safe-upgrade ; sudo aptitude dist-upgrade ; shutdown -r now ; exit
Will this work or should I add some commands to it?
Did someone already found the offical way to upgrade or will this only be written when Gusty is ready?
I have here a few PCs, one is already convertet to Gusty, the remaning ones are still runing feisty, but I'm planing to upgrade them, when Gusty comes out.
All are using apt-proxy and therefore I only need to download each packet once.
Unfortunatly if I use the Update-Manger it will trash my old sources.list and will create a new one that will use the internet instead of my apt-proxy. Resulting in download over 500 MB for each machine instead of simply using my local proxy with the already downloaded packets.
Therefore I'm planing to edit the sources.list manuel (just exchange every feisty to gusty) and then run
sudo aptitude update ; sudo aptitude upgrade ; sudo aptitude dist-upgrade ; sudo aptitude safe-upgrade ; sudo aptitude dist-upgrade ; shutdown -r now ; exit
Will this work or should I add some commands to it?
Did someone already found the offical way to upgrade or will this only be written when Gusty is ready?