<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: howto uninstall a perl module? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/howto-uninstall-a-perl-module/m-p/3836854#M100623</link>
    <description>There isn't. Indeed remove the files from the packlist&lt;BR /&gt;&lt;BR /&gt;Either that, or install the module you want in a different tree, and set $PERL5LIB so it is always prefered over the default tree&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
    <pubDate>Thu, 03 Aug 2006 13:10:06 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2006-08-03T13:10:06Z</dc:date>
    <item>
      <title>howto uninstall a perl module?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-uninstall-a-perl-module/m-p/3836853#M100622</link>
      <description>First off:  I don't really want to blindly load some perl module to unload perl modules.  That sounds like sending an email that the email is down. &lt;BR /&gt;&lt;BR /&gt;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? &lt;BR /&gt;I know there's a xxxx/perl/lib/5.8.1/PA-RISC2.0/auto/SOAP/.packlist&lt;BR /&gt;file that lists about 40 files in it.  Do I just delete these files?  &lt;BR /&gt;&lt;BR /&gt;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?&lt;BR /&gt;&lt;BR /&gt;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).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Aug 2006 13:04:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-uninstall-a-perl-module/m-p/3836853#M100622</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2006-08-03T13:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: howto uninstall a perl module?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-uninstall-a-perl-module/m-p/3836854#M100623</link>
      <description>There isn't. Indeed remove the files from the packlist&lt;BR /&gt;&lt;BR /&gt;Either that, or install the module you want in a different tree, and set $PERL5LIB so it is always prefered over the default tree&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Thu, 03 Aug 2006 13:10:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-uninstall-a-perl-module/m-p/3836854#M100623</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-08-03T13:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: howto uninstall a perl module?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-uninstall-a-perl-module/m-p/3836855#M100624</link>
      <description>Ok.  That's what I thought.  First off I made a copy off all of perl.  Then I did this.  It seems to work.  &lt;BR /&gt;&lt;BR /&gt;But I ran "perldoc perllocal" and the SOAP is still in listed.  Is there some database file that perllocal is read from?&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Aug 2006 13:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-uninstall-a-perl-module/m-p/3836855#M100624</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2006-08-03T13:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: howto uninstall a perl module?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-uninstall-a-perl-module/m-p/3836856#M100625</link>
      <description>Ok.  I found it.  I have to modify file&lt;BR /&gt;xxx/perl/lib/5.8.1/PA-RISC2.0/perllocal.pod.&lt;BR /&gt;It gets updated when I run &lt;BR /&gt;"gmake install".&lt;BR /&gt;&lt;BR /&gt;It looks like I should also hold only the stdout of "gmake install" when I put something new in.  &lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 03 Aug 2006 13:23:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-uninstall-a-perl-module/m-p/3836856#M100625</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2006-08-03T13:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: howto uninstall a perl module?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-uninstall-a-perl-module/m-p/3836857#M100626</link>
      <description>AcK!&lt;BR /&gt;hold only?&lt;BR /&gt;I meant "keep a copy" of stdout.&lt;BR /&gt;Error between the data pipe of brains to fingers.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Aug 2006 13:25:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-uninstall-a-perl-module/m-p/3836857#M100626</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2006-08-03T13:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: howto uninstall a perl module?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-uninstall-a-perl-module/m-p/3836858#M100627</link>
      <description>on linux i do the following; compile he module, create a package (rpm, deb), install that package. afterwards i can remove the package if needed.&lt;BR /&gt;&lt;BR /&gt;probably you can do the same in hpux, creating depot files, but i've never done that before.</description>
      <pubDate>Fri, 04 Aug 2006 02:54:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-uninstall-a-perl-module/m-p/3836858#M100627</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2006-08-04T02:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: howto uninstall a perl module?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-uninstall-a-perl-module/m-p/3836859#M100628</link>
      <description>Yes, you could do so, but it won't be fun.&lt;BR /&gt;Creating depot  description files is a crime. IMHO not worth the extra time needed to make a depot so you can use swremove.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have  FUN! H.Merijn</description>
      <pubDate>Fri, 04 Aug 2006 05:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-uninstall-a-perl-module/m-p/3836859#M100628</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-08-04T05:12:06Z</dc:date>
    </item>
  </channel>
</rss>

