How To Add The BackTrack Repository To Ubuntu 12.10/12.04/11.10

   

BackTrack is a Ubuntu-based distribution built mainly for security testing and is provided for all user levels from beginners to advanced. The BackTrack distro provides professional users and hackers a large collection of open source tools and utilities that help in testing your hardware and network (wireless/wired) for security vulnerabilities. Their home page can be accessed here if you want to get more information about this Linux distro.

In this tutorial we will help you add the BackTrack repository to Ubuntu so that you can install BackTrack packages natively using "sudo apt-get install package" or from Ubuntu Software Center.

Getting Started

Open the terminal under Ubuntu 12.10/12.04/11.10 or older and 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

To 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:

from:http://www.upubuntu.com/2012/10/how-to-add-backtrack-repository-to.html


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章