Hervé Riboulot wrote: > Shawn Walker a écrit : >> Joao Lavrador wrote: >> >>> Every time I do a pkg install, I get this error: >>> >>> pkg: install failed (inventory exception): Not found in inventory: >>> pkg:/[EMAIL PROTECTED],5.11-0.86:20080813T075312Z >>> >>> I have already removed the http://pkg.lifewithsolaris.jp:10000/ from the >>> authority and the error persists. >>> >>> Any idea? >>> >> Yes, it isn't necessarily good enough to remove one package. You need >> to remove any packages which depend on that, etc. >> >> So, in other words, you need to remove all 'LWS' (life with Solaris) >> packages, then perform the update, and then reinstall the packages you want. >> >> > > I was facing the same issue. > > The only way to cope with this problem consisted of uninstalling of all > the LWS (lifewithsolaris) packages ... > > First, identify the packages: > > $ pfexec pkg info | grep LWS > > Then uninstall all packages, with regard to their exact FMRI (ie > LWSLWSfaac ...): > > $ pfexec pkg uninstall LWSfaac ... > > Resolve all dependencies, step by step.
Actually, "pkg uninstall -r" might work as that should remove the dependencies too. -- Shawn Walker _______________________________________________ indiana-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/indiana-discuss
