I installed BioPerl via CPAN. Several tests got failed and I force installed it. I now want to install it via ubuntu software centre.
Can anyone describe how to remove BioPerl that was installed via CPAN using method given here.
I installed BioPerl via CPAN. Several tests got failed and I force installed it. I now want to install it via ubuntu software centre.
Can anyone describe how to remove BioPerl that was installed via CPAN using method given here.
Copyright © 2021 Jogjafile Inc.
If you'd like to clean up what cpan did first, I would start by running this:
That will show you a path that ends in something like:
I'd just rm -rf the entire Bio directory.
BioPerl also installs a bunch of man pages, probably in /usr/share/man/man3 or /usr/local/share/man/man3. So I'd then run
There are also files that get put in /usr/bin, and accompying man pages. Remove those with: