Differences between revisions 1 and 54 (spanning 53 versions)
Revision 1 as of 2008-02-22 15:45:28
Size: 625
Editor: Mac
Comment:
Revision 54 as of 2019-02-24 16:24:17
Size: 998
Editor: nodiscc
Comment: Redirect to AptCLI#List_installed_packages
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Packaging/Listing Installed Packages
## page was renamed from ListInstalledPackages
Line 2: Line 4:
||<tablestyle="width: 100%;" style="border: 0px hidden">~-Translation(s): -~ ||<style="text-align: right; border: 0px hidden"> (!) [:/Talk:Talk]||
[[BR]]
||<tablestyle="width: 100%;" style="border: 0px hidden">~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[fr/ListInstalledPackages|Français]] - [[it/ListInstalledPackages|Italiano]] - [[ja/ListInstalledPackages|日本語(Nihongo)]]-~||<style="text-align: right;border: 0px hidden"> (!) [[/Discussion|Discussion]]||
----
Line 5: Line 7:
This page is about the ways to list the installed packages in a Debian system and how to create a file with this list. This file can be uploaded to the web (i.e. from other computer with Internet connection) to download new packages.
Line 7: Line 8:
List all packages installed: See [[AptCLI#List_installed_packages]]
Line 9: Line 10:
 * DebPkg:dpkg --list () == See also ==
Line 11: Line 12:
To check the state of all packages on your system:  * [[DebianMan:1/dpkg-query|dpkg-query(1)]] manpage
 * DebianPkg:debfoster - If dependency changes, debfoster ask if you want to remove the old package.
 * [[http://www.howtogeek.com/howto/linux/show-the-list-of-installed-packages-on-ubuntu-or-debian/|Show the List of Installed Packages on Debian]].
 * [[http://linux.byexamples.com/archives/161/how-to-check-what-have-installed-in-debianubuntu/|Linux by examples]]
 * AptZip
Line 13: Line 18:
 * dpkg -l | more

Also:
  
 * DebPkg:apt-cache pkgnames

Translation(s): English - Français - Italiano - 日本語(Nihongo)

(!) ?Discussion


See AptCLI#List_installed_packages

See also


CategoryPackageManagement