View Single Post
Old 8th October 2017
Head_on_a_Stick's Avatar
Head_on_a_Stick Head_on_a_Stick is offline
Real Name: Matthew
Bitchy Nerd Elitist
 
Join Date: Dec 2015
Location: London
Posts: 465
Default

I keep a whitelist of packages that I know I want [1] and then use this to "clean" my system of any dross after I've finished testing:
Code:
# pkg_delete -X $(cat pkg.list)
This removes everything not in pkg.list

[1] Get the system exactly how you want it and then use:
Code:
pkg_info -q > pkg.list
__________________
Are you infected with Wetiko?
Reply With Quote