Difference between revisions of "Apt-get/dpkg"
From Briki
Line 4: | Line 4: | ||
* '''dpkg -L ''package''''' list files in package | * '''dpkg -L ''package''''' list files in package | ||
* '''dpkg -s ''package''''' show status of package | * '''dpkg -s ''package''''' show status of package | ||
+ | * '''dpkg --get-selections''' list all installed packages |
Revision as of 15:58, 9 May 2006
- apt-get install package install package
- apt-get update update sources
- apt-get upgrade upgrade all upgradeable packages
- dpkg -L package list files in package
- dpkg -s package show status of package
- dpkg --get-selections list all installed packages