XMLTagsEditHistoryDiscussion

Apt package administration

Install a package

apt-get install package-name

List files installed by a package

dpkg -L package

Search packages

apt-cache search keywords

Put a package on hold

Sometimes you want to avoid upgrading a package. For instance, you might want to avoid upgrading your kernel. (This didn't work! Check).

 echo kernel-image-2.6.8-2-686-smp hold |  dpkg --set-selections

Last update: 2005-09-17 (Rev 4102)

svnwiki $Rev: 12966 $