You can install software from the BackTrack repositories using the following commands.
Update the local list of software available in the repository:
Search for a particular piece of software by nameCode:apt-get update
Install a particular piece of software (and any needed prerequisites):Code:apt-cache search <software_name>
Code:apt-get install <software_name>


