Announcement

Collapse
No announcement yet.

List ALL installed packages.

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

    List ALL installed packages.

    Hi.

    How can I see all the installed packages in my computer from the commandline. I know that adept shows all installed packages but I need to do this from the commandline. Aptitude is giving me a headache!

    Thanks.

    #2
    Re: List ALL installed packages.

    Code:
    $ dpkg-query -l
    Javier.

    Comment


      #3
      Re: List ALL installed packages.

      That is awesome! I totally forgot about the dpkg command! Mike Meyers showed this in one of his Linux+ dvds Thank you!!

      Thanks again!

      Comment

      Working...
      X