View Single Post
  #3   (View Single Post)  
Old 27th October 2017
albator albator is offline
Shell Scout
 
Join Date: Jul 2011
Posts: 98
Default

Why did you want to remove a package installed by the dependency mechanism?

You could have used the command below to check this:
$ pkg_info -R boost

To get a list of the applications you have manually installed use:
$ pkg_info -m

This is then safe to remove any of them and their dependencies:
# pkg_delete [pkg-name] && pkg_delete -a

To fix the the situation you're in now, you should whether reinstall kde4-4.14.3 or delete all the remaining unwanted packages as explained above.
Reply With Quote