最終更新:2017-03-13 (月) 15:42:18 (2595d)  

dpkg -l
Top / dpkg -l

パッケージの一覧を簡潔に表示

http://askubuntu.com/questions/18804/what-do-the-various-dpkg-flags-like-ii-rc-mean/18807#18807

ii  a11y-profile-manager-indicato 0.1.10-0ubuntu3     amd64               Accessibility Profile Manager - Unity desktop indicator

First letter -> desired package state ("selection state"):

  • u ... unknown
    i ... install
    r ... remove/deinstall
    p ... purge (remove including config files)
    h ... hold

Second letter -> current package state:

  • n ... not-installed
    i ... installed
    c ... config-files (only the config files are installed)
    u ... unpacked
    f ... half-configured (configuration failed for some reason)
    h ... half-installed (installation failed for some reason)
    w ... triggers-awaited (package is waiting for a trigger from another package)
    t ... triggers-pending (package has been triggered)

Third letter -> error state (you normally shouldn't see a thrid letter):

  • r ... reinst-required (package broken, reinstallation required)

関連