Operating System - HP-UX
1833056 Members
2619 Online
110049 Solutions
New Discussion

How deinstall perl modules, bundles etc.

 

How deinstall perl modules, bundles etc.

Hello all,

I know how to install Perl's
stuff but don't how to deinstall

Can you help?
2 REPLIES 2
Shahul
Esteemed Contributor

Re: How deinstall perl modules, bundles etc.


Hi

U can use swremove command for removing installed bundles.

#swremove

Select "remove from local host" and then select the software which U want to remove.

Best of luck
Shahul
Herve BRANGIER
Respected Contributor

Re: How deinstall perl modules, bundles etc.

Hi,

Two cases, you install Perl and modules with
or without swinstall.

If you install it from a depot you can use
swremove to remove Perl (or others products).
See man pages for SDUX help (man sd or
swinstall or swremove)

If not, you need to find a remove command on
your installation package and use it. If you
can't you can try to find all files....

Thinks it's better to use a depot. You can
find a lot of depot for HPUX on the sites
"HPUX porting center" ( http://hpux.cict.fr ).


HTH

Herv?