Termux-packages: how to fix

Created on 28 Apr 2018  路  2Comments  路  Source: termux/termux-packages

Can't locate LWP/UserAgent.pm in @INC (you may need to install the LWP::UserAgent module) (@INC contains: /data/data/com.termux/files/usr/lib/perl5/site_perl/5.26.1/arm-android /data/data/com.termux/files/usr/lib/perl5/site_perl/5.26.1 /data/data/com.termux/files/usr/lib/perl5/5.26.1/arm-android /data/data/com.termux/files/usr/lib/perl5/5.26.1 .) at rev.pl line 11.
BEGIN failed--compilation aborted at rev.pl line 11.

Most helpful comment

@R00TD4nZ, can you try those commands?

perl -MCPAN -e 'install Bundle::LWP'
perl -MCPAN -e 'install LWP::UserAgent'

You should check this site too.

All 2 comments

you may need to install the LWP::UserAgent module

The perl suggests you to install LWP::UserAgent module to fix this error.

@R00TD4nZ, can you try those commands?

perl -MCPAN -e 'install Bundle::LWP'
perl -MCPAN -e 'install LWP::UserAgent'

You should check this site too.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ILadis picture ILadis  路  3Comments

StephanBeer picture StephanBeer  路  3Comments

neitsab picture neitsab  路  3Comments

bkdwt picture bkdwt  路  3Comments

roalyr picture roalyr  路  3Comments