Bulk package delete

 | FreeBSD | 0 Comments | 0 TrackBacks

This was the dilemma I found myself in today. I wanted to remove all of the Gnome stuff from my FreeBSD installation in order to make a clean start by reinstalling it all over again.

However, what's a poor soul to do when 'pkg_info | grep -i gnome | wc -l' results in a long list of packages (36) that all need to be removed safely first?

# pkg_info | awk '/gnome/ { print $1; system("pkg_delete " $1); }'

That's just one possible way of achieving this, maybe not the best but it works anyway.

No TrackBacks

TrackBack URL: http://www.kiffingish.com/cgi-bin/mt/mt-tb.cgi/17

Leave a comment

Recent Entries

A walk along the Keizersgracht
Too often one is so consumed by a jungle of intertwined thoughts that the beauty of the nearby surroundings ... »
Popularity is fickle
The popularity of a given next generation technology is very fickle, and its success or failure depends on many ... »
Where was Kiffin really buried?
Hi There seems to be some confusion on the current resting place of Kiffin Rockwell, some say that his ... »
Going to Portugal
Normally the week just before I leave for summer vacation, I spend hours on end desperately searching for some ... »
A human language
These days it is not very often that a new and exciting Perl book comes along. That's why I ... »