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?
sudo apt-get install libwww-perl
should be enough. – Daniele Santi Sep 18 '18 at 14:28cpan
is configured to do this. I THINK I toldcpan
to set a config variable, thuslyo conf recommends_policy 1
to set it up. – waltinator Sep 18 '18 at 15:28cpan LWP::UserAgent
the dependencies of that are fetched automatically. – PerlDuck Sep 19 '18 at 09:25python3-ont-albacore
(is that a custom package). See https://askubuntu.com/questions/967944/how-can-i-reproduce-the-error-package-needs-to-be-reinstalled-but-i-cant-f – Zanna Sep 30 '21 at 17:53