Quickly Find Out List Of Automatically Installed Packages In Ubuntu / Linux Mint

Written by admin. Posted in Linux, Mint, Ubuntu

Tagged: , , , , ,

Published on July 29, 2011 with 2 Comments">2 Comments

FacebookTwitterStumbleUponPinterestTumblrEmailGoogle+PrintShare

Here is how to quickly find out the list of all software packages which are automatically installed in Ubuntu / Linux Mint :

Open Terminal and type :

apt-cache showauto

List of automatically installed packages in Ubuntu / Linux Mint

This brings up the whole list of packages that are installed automatically by searching the repository. Hit “q” to exit and return back to Terminal prompt anytime.

This command is useful when trying to fix dependencies errors or missing packages errors during installation of specific applications.

Cheers.

 

FacebookTwitterStumbleUponPinterestTumblrEmailGoogle+PrintShare
  • http://www.mikestechblog.com Mike

    Thanks for this. I was trying to figure out a dependency problem on one of my computers, and this helped me fix it.

  • http://ihaveapc.com admin

    Glad you got it fixed Mike. :)