View Single Post
Old 7th October 2017
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

Quote:
Originally Posted by TronDD View Post
No, that's not the way to use pkg_delete in this case.

You're not trying to delete keepassx, it's not installed. You don't have to care what the dependencies of keepassx are, pkg_delete can find unused dependencies.
Then should I use

Code:
pkg_delete -a
?

Is there a way to do a simulation first before actually removing ?
Reply With Quote