Announcement

Collapse
No announcement yet.

list broken packages

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    list broken packages

    I want to list and remove all the packages which are broken on my system, is there is a way to do this from teminal, i dont want to install synaptic to list broken packages.

    #2
    Re: list broken packages

    The command you want is "dpkg".
    Code:
    man dpkg
    will show you how it displays information about packages, including "broken" states.

    Comment

    Working...
    X