Difference between revisions of "Apt-get/dpkg"

From Briki
Jump to: navigation, search
 
Line 1: Line 1:
* '''apt-get install package''' install package  
+
* '''apt-get install ''package''''' install package  
 
* '''apt-get update ''' update sources
 
* '''apt-get update ''' update sources
* '''dpkg -L package''' list files in package
+
* '''apt-get upgrade''' upgrade all upgradeable packages
 +
* '''dpkg -L ''package''''' list files in package
 +
* '''dpkg -s ''package''''' show status of package

Revision as of 18:11, 6 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