Operating System - HP-UX
1826215 Members
2879 Online
109691 Solutions
New Discussion

how to remove some depot after installed by swinstall

 
Kenneth_61
Frequent Advisor

how to remove some depot after installed by swinstall

All, I had installed wrong version of "gcc for hp-ux 11.23" into a 11.00 hp-ux box by swinstall. How can I remove the wrong version ?
3 REPLIES 3
Amit Agarwal_1
Trusted Contributor

Re: how to remove some depot after installed by swinstall

First run the 'swlist' command and look for the bundle that contained gcc. swlist gives the currently installed depots, so you need to search for the one that installed gcc. Then you can use swremove command.

# swremove

A. Clay Stephenson
Acclaimed Contributor

Re: how to remove some depot after installed by swinstall

All you have to do is execute swremove. You can run the interactive version (just "swremove" w/o arguments).

Hilite the desired pacakge/bundle.
Actions -> Mark for Remove
Actions -> Remove
If it ain't broke, I can fix that.
Kenneth_61
Frequent Advisor

Re: how to remove some depot after installed by swinstall

O ! Thanks.