How to add Backtrack repository to ubuntu based linux
How to add Backtrack linux repository to ubuntu based linux
Well i have only tested this on ubuntu and mint , try this on your own risk !
Open your terminal
type following commands
step1
wget -q http://all.reposttory.backtrack-linux.org/backtrack.gpg -O- | sudo apt-key add -
step 2
sudo sh -c "echo 'deb http://all.reposotory.backtrack-linux.org revolution main microverse non-free testing' >> /etc/apt/sources.list"
step 3
sudo apt-get update
after completing update successfully you can install bactrack software from terminal , synaptic
package manager, ubuntu software center , Mint software manager etc ! :D
Comments
Post a Comment