Notes and resources about dpkg, the Debian package manager which is a utility to help manage the installation of additional software in a Debian or Debian based distribution.
See
AboutThesePages.
Contents
Notes
List All Installed Packages
From Gary Turner (
kk5st@swbellPLEASENOSPAM.net):
dpkg -l | grep "^i" | cut -b 5- > current.packages
The "dpkg -l" lists all available packages, and "Grep ^i" strips all but
installed packages.
You could leave out the "| cut -b 5-" if you like. All it does is strip
off the first four bytes of each line ("ii "). (Look at man cut, a
cool utility)
"> current.packages" writes everything to a file in the current
directory.
I do this after each upgrade, install, or removal. The current list is
diff'ed against the last run and the results are cat'ed to another file.
A simple script handles the whole enchilada, and gives me a running log
of all software changes (at least those in the Debian packaging system).
<Currently, no significant content below this line.>
Resources
See
ResourceRecommendations. Feel free to add additional resources to these lists, but please follow the guidelines on
ResourceRecommendations including
ResourceRecommendations#Guidelines_for_Rating_Resources.
Recommended
Recommended for Specific Needs
Recommended by Others
No Recommendation
Not Recommended
Contributors
- () RandyKramer - 15 Jul 2002
- Gary Turner (kk5st@swbellPLEASENOSPAM.net) - 14 Jul 2002
- <If you edit this page: add your name here; move this to the next line; and include your comment marker (initials), if you have created one, in parenthesis before your WikiName.>
[[Main.RandyKramer#15 Jul 2002][]]
Page Ratings