Skip to content

Instantly share code, notes, and snippets.

@neilfws
Last active May 6, 2019 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neilfws/f7c04f81c46518db4923 to your computer and use it in GitHub Desktop.
Save neilfws/f7c04f81c46518db4923 to your computer and use it in GitHub Desktop.
Here are the names of the deb packages that you can *sudo apt-get install* on Ubuntu-like systems,
to install Perl dependencies for biopieces:
libmodule-build-perl
libbit-vector-perl
libsvg-perl
libterm-readkey-perl
libdbi-perl
libxml-parser-perl
libcarp-clan-perl
libclass-inspector-perl
libhtml-parser-perl
libwww-perl
libsoap-lite-perl
liburi-perl
libinline-perl
libparse-recdescent-perl
libversion-perl
libdbd-mysql-perl
The remaining 2 modules are part of the Perl core and do not need to be installed separately:
DB_File => included in Perl core
Time::HiRes => included in Perl core
In general, PERL::MODULE translates to the package name lib<perl-module>-perl. For example when
searching for HTML::Parser, you can *apt-cache search libhtml-parser perl*.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment