Operating System - HP-UX
1838655 Members
5565 Online
110128 Solutions
New Discussion

Re: Removing products from depot

 
SOLVED
Go to solution
Alex Lavrov
Regular Advisor

Removing products from depot

Good morning all,
I want to remove some of the products from the depot on the computer, I don't want to install them anymore.
I tried to do so with swremove, but it only removes them from the computer, I want to remove them from the depot.
I'm using HPUX 11i.

thank you.
6 REPLIES 6
Michael Tully
Honored Contributor

Re: Removing products from depot

Try using 'swreg'

# swreg -u
Anyone for a Mutiny ?
Michael Tully
Honored Contributor

Re: Removing products from depot

I forgot to mention, once you have unregistered the depot, (swreg -u) you can then go and remove the software from the directory in which it resides.
Anyone for a Mutiny ?
Alex Lavrov
Regular Advisor

Re: Removing products from depot

so, I must unregister the depot,
then delete the software, and register it back?
there is no way to do it when the depot is registered?
I don't wat to remove the whole depot, only some products inside.

thank you.
Balaji N
Honored Contributor
Solution

Re: Removing products from depot

hi,
have you tried swremove with the -d option. i think this do what u want.
-balaji
Its Always Important To Know, What People Think Of You. Then, Of Course, You Surprise Them By Giving More.
Pete Randall
Outstanding Contributor

Re: Removing products from depot

Alex,

It's "swremove -d". The -d option tells swremove to look in the depot rather than the installed software.

Pete

Pete
Marco Santerre
Honored Contributor

Re: Removing products from depot

Alex,

If you only want to remove a couple of products from the depot, all you have to do is :

#swremove -d
Cooperation is doing with a smile what you have to do anyhow.