jc87
October 22nd, 2006, 11:24 AM
Under the current method according to the ubuntuguide the users backups his sources.list, ans then mannualy edits the sources.list with gedit by copy/paste, then saves and updates.
I believe to have discovered an even easier way to do it8)
A) Backup the sources.list
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
B) We tell the user to download an already made sources.list
wget http://clientes.netvisao.pt/xw166644/6.06/internacional/sources.list
C) We tell the user to change the sources.list
sudo cp ~/sources.list /etc/apt/sources.list
D) In conclusion the apt-get update
sudo apt-get update
That way the chances of the user "screw" things up is lower by my personall experience with providing tech support to newcomers, and also this part of the guide becomes smaller and less "scary".
Even if it is too late to do this now at edgy, i would like to know if it is possible in the future with 7.04 and future versions, so i would like to receive some feedback.
I believe to have discovered an even easier way to do it8)
A) Backup the sources.list
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
B) We tell the user to download an already made sources.list
wget http://clientes.netvisao.pt/xw166644/6.06/internacional/sources.list
C) We tell the user to change the sources.list
sudo cp ~/sources.list /etc/apt/sources.list
D) In conclusion the apt-get update
sudo apt-get update
That way the chances of the user "screw" things up is lower by my personall experience with providing tech support to newcomers, and also this part of the guide becomes smaller and less "scary".
Even if it is too late to do this now at edgy, i would like to know if it is possible in the future with 7.04 and future versions, so i would like to receive some feedback.