Technical notes, my online memory
Thursday, February 4, 2010
dpkg basics - listing installed packages etc.
Here are some basic dpkg operations that come in handy.
List all installed packages:
dpkg -l
List the files that a package installs:
dpkg -L [packagename]
Find out which package a particular file was installed by:
dpkg --search [filename]
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment