View Single Post
  #5   (View Single Post)  
Old 3rd February 2009
ccc ccc is offline
Shell Scout
 
Join Date: May 2008
Posts: 97
Default

Quote:
Originally Posted by phoenix View Post
Use pkg_delete -xi linux-glib

-x tells pkg_delete to do wildcard matching on the name, and the -i tells it to ask for permission to delete any matching packages that it finds.
still cannot delete:
Code:
# locate linux-glib2-2.6.6
/usr/ports/packages/All/linux-glib2-2.6.6.tbz
/var/db/pkg/linux-glib2-2.6.6
/var/db/pkg/linux-glib2-2.6.6/+COMMENT
/var/db/pkg/linux-glib2-2.6.6/+CONTENTS
/var/db/pkg/linux-glib2-2.6.6/+DESC
/var/db/pkg/linux-glib2-2.6.6/+REQUIRED_BY
# pkg_delete -xi linux-glib2
pkg_delete: no packages match pattern(s)
# pkg_delete -xi linux-glib2-2.6.6
pkg_delete: no packages match pattern(s)
Reply With Quote