How To: DPKG guide
This tutorial will bring you through dpkg, the debian package manager. As I introduce apt, I will now introduce dpkg and show how to search which files are installed by a package, which packages are installed on your system.
Search packages containing a file:
It happens quite often that you use binaries and want to know which package contains it. Let’s take the example of gaim, searching file containing bin/gaim will look like this:
$dpkg -S bin/gaim
gaim: /usr/bin/gaim
gaim: /usr/bin/gaim-send
gaim: /usr/bin/gaim-remote.py
gaim: /usr/bin/gaim-client-example
gaim: /usr/bin/gaim-send-async
gaim: /usr/bin/gaim-notifications-example.py
Getting installed package:
searching for packages intalled on your system which are named gaimsomething is achieved by triggering the following command:


Recent comments
7 hours 55 min ago
7 hours 55 min ago
8 hours 24 min ago
9 hours 20 min ago
11 hours 45 min ago
1 day 5 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 12 hours ago
1 day 17 hours ago