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

Quote:
Originally Posted by Carpetsmoker View Post
You can locate the Linux glib package with:
% pkg_info | grep glib

You will also need to use -f for pkg_delete, since some packages depend on linux-glib:
# pkg_delete -f linux-glib2-2.6.6

Then install the new linux_base (Which includes glib).
thx, pkg_delete -f linux-glib2-2.6.6 has deleted this package.
Reply With Quote