Title | How to Install Package on Backtrack 5 |
Permission | rw-r--r-- |
Author | Unknown |
Date and Time | 21:25 |
Category | backtrack| basic| install| package| tutorial |
Share |
apt basic commands can find on my post before Backtrack 5 Basic Common Commands and the dpkg basic command I listed below
dpkg -i <package.deb>
Installs a package file
dpkg -c <package.deb>
Lists the contents of <package.deb>
dpkg -I <package.deb>
Extracts package information
dpkg -r <package>
Removes an installed package
dpkg -P <package>
Purges an installed package (purge will deletes all configuration files)
dpkg -L <package>
Gives a listing of all the files installed by <package>
dpkg -s <package>
Shows information on the installed package
dpkg-reconfigure <package>
Reconfigures an installed package