Announcement

Collapse
No announcement yet.

Clean up uninstalled program dependencies

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

    Clean up uninstalled program dependencies

    Hey Guys,

    Let's say I install "Program X" that had 10 dependencies. After a while, I decide that I do not want it any longer and uninstall it. The dependencies would stay installed.

    What would I need to do in order to clean out unneeded dependencies?

    apt-get autoclean

    ??

    Thanks

    #2
    Re: Clean up uninstalled program dependencies

    Originally posted by TheBigAmbulance

    apt-get autoclean

    ??
    Nope.
    Code:
    sudo apt-get autoremove
    See man apt-get for the differences in autoclean and autoremove.

    Comment


      #3
      Re: Clean up uninstalled program dependencies

      Man, that got rid of 96 items! Cool.

      Thanks!!!

      Comment

      Working...
      X