Adding Sources List Ubuntu on BackTrack 5
Labels:
Linux
|
No comment yet
To add a repository in Ubuntu 10.04, the following command :nano /etc/apt/sources.list
add (copy and paste) the lines APT BackTrack 5
deb-src http://archive.ubuntu.com/ubuntu lucid main restricted
deb http://id.archive.ubuntu.com/ubuntu/ lucid main restricted
deb-src http://id.archive.ubuntu.com/ubuntu/ lucid restricted main multiverse universe
deb http://id.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://id.archive.ubuntu.com/ubuntu/ lucid-updates restricted main multiverse universe
deb http://id.archive.ubuntu.com/ubuntu/ lucid universe
deb http://id.archive.ubuntu.com/ubuntu/ lucid-updates universe
deb http://id.archive.ubuntu.com/ubuntu/ lucid multiverse
deb http://id.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
deb http://id.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
deb-src http://id.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
deb http://archive.canonical.com/ubuntu lucid partner
deb-src http://archive.canonical.com/ubuntu lucid partner
deb http://security.ubuntu.com/ubuntu lucid-security main restricted
deb-src http://security.ubuntu.com/ubuntu lucid-security restricted main multiverse universe
deb http://security.ubuntu.com/ubuntu lucid-security universe
deb http://security.ubuntu.com/ubuntu lucid-security multiverse
deb http://id.archive.ubuntu.com/ubuntu/ lucid-proposed restricted main multiverse universe
Save your changes ctrl+o and ctrl+x.
Make sure your computer is connected to the Internet. Update the repository by typing the following command line in terminal :
apt-get update

Post a Comment