Thursday, January 13, 2011

How to change your software repositories list in Ubuntu


1- create your software repositories list from the sources list generator site below
then copy the list

2- take a backup of you old list
cd /etc/apt
sudo mv source.list source.list.old
3- paste what you have copied from step one in a new /etc/apt/source.list file

4- sudo apt-get update

;)

1 comment:

  1. When or what reason would one need to change the apt repository?

    ReplyDelete