Michael Schuster a écrit :
>
> On 11/07/08 11:59, Hervé Riboulot wrote:
>
>> 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.
>
> erm ... isn't there an option for 'pkg uninstall' to do that (I'm
> sitting at a Sparc machine right now, no IPS to check against) ...
> '-r' perhaps?
>
> Michael

Good point Michael! The -r option allow a recursive course through all
dependencies ... It seems that the final dependency is related to the
LWSvlc package. Anybody to confirm?

Here is an extract of the excellent man pkg (everyone should refer to ...):

uninstall [-nrvq] [--no-index] pkg_fmri ...
          Install or remove the package specified by pkg_fmri or
          matching pkg_fmri as a substring.  With the -n option, execute
          the requested operation but make no persistent changes to the
          image.  With the -v option, issue verbose progress messages
          during the requested operation.

          In the case of uninstall, the -r option will recursively
          uninstall any packages which are dependent on the initial
          package.


_______________________________________________
indiana-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/indiana-discuss

Reply via email to