How to install all the perl modules in Ubuntu at once
I want to install LWP::UserAgent. I tried by using metascan manual method. but it has ~50 depedencies.
I was installing RepeatModeler by using the command perl ./configure
But I get:
The following perl modules required by RepeatModeler are missing from
your system. Please install these first:
LWP::UserAgent
When I run sudo apt-get install libwww-perl
I get
[sudo] password for gnomeadmin:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package python3-ont-albacore needs to be reinstalled, but I can't find an archive for it.
How can I fix that?
The comment by Mr Shunz gave a good answer above: The fastest way to install HTML::Parser
, LWP::UserAgent
, etc. is just to install the libwww-perl
package with APT.