- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- howto uninstall a perl module?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-03-2006 06:04 AM
тАО08-03-2006 06:04 AM
Nope. I have a SOAP perl module that conflicts with a SOAP::Lite perl module. How do I get rid of the SOAP perl module?
I know there's a xxxx/perl/lib/5.8.1/PA-RISC2.0/auto/SOAP/.packlist
file that lists about 40 files in it. Do I just delete these files?
Is there a way to verify in perl that the modules are installed right? I know we have swverify of hpux. Perhaps there's a perl-ish way?
Now why am I asking these questions here instead of browsing the internet for it? Because all I found via google are places that I don't trust. They look like a lot of snake-oil salesmen instead of a simple community. I saw my question out there. But I didn't see a simple answer. (except to blindly load more modules).
Solved! Go to Solution.
- Tags:
- Perl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-03-2006 06:10 AM
тАО08-03-2006 06:10 AM
SolutionEither that, or install the module you want in a different tree, and set $PERL5LIB so it is always prefered over the default tree
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-03-2006 06:15 AM
тАО08-03-2006 06:15 AM
Re: howto uninstall a perl module?
But I ran "perldoc perllocal" and the SOAP is still in listed. Is there some database file that perllocal is read from?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-03-2006 06:23 AM
тАО08-03-2006 06:23 AM
Re: howto uninstall a perl module?
xxx/perl/lib/5.8.1/PA-RISC2.0/perllocal.pod.
It gets updated when I run
"gmake install".
It looks like I should also hold only the stdout of "gmake install" when I put something new in.
Thanks for the help.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-03-2006 06:25 AM
тАО08-03-2006 06:25 AM
Re: howto uninstall a perl module?
hold only?
I meant "keep a copy" of stdout.
Error between the data pipe of brains to fingers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-03-2006 07:54 PM
тАО08-03-2006 07:54 PM
Re: howto uninstall a perl module?
probably you can do the same in hpux, creating depot files, but i've never done that before.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-03-2006 10:12 PM
тАО08-03-2006 10:12 PM
Re: howto uninstall a perl module?
Creating depot description files is a crime. IMHO not worth the extra time needed to make a depot so you can use swremove.
Enjoy, Have FUN! H.Merijn