As we know BackTrack is a Ubuntu-based distribution built mainly for security testing and is provided for all user levels from beginners to advanced.
Here is a simple tutorial to add the BackTrack repository to Ubuntu .
you can get BackTrack packages just using "sudo apt-get install package" or from software center.
You Need to follow just few steps as follow:-
- open Terminal (Ctrl +T)
- run the following commands to add the BackTrack repository:
- wget -q http://all.repository.backtrack-linux.org/backtrack.gpg -O- | sudo apt-key add -
- sudo sh -c "echo 'deb http://all.repository.backtrack-linux.org revolution main microverse non-free testing' >> /etc/apt/sources.list"
- sudo apt-get update
- sudo apt-get upgrade
Now you can check if the repository is added correctly, you can try to install this BackTrack package:
sudo apt-get install backtrack-wallpapers
Or you can search BackTrack applications from Ubuntu Software Center:
sudo apt-get install backtrack-wallpapers
Or you can search BackTrack applications from Ubuntu Software Center:
Have a fun...