001、编译安装RepeatModeler-2.0.2a 时报错如下:
(base) [root@pc1 RepeatModeler-2.0.2a]# perl configure ## 编译安装, 提示缺乏 LWP::UserAgent module The following perl modules required by RepeatModeler are missing from your system. Please install these first: JSON JSON::PP File::Which URI LWP::UserAgent
002、解决方法:
(base) [root@pc1 RepeatModeler-2.0.2a]# yum -y install perl-libwww-perl-6.05-2.el7.noarch ## 安装该模块
003、测试效果
(base) [root@pc1 RepeatModeler-2.0.2a]# perl configure ## 缺少LWP::UserAgent module提示消失 The following perl modules required by RepeatModeler are missing from your system. Please install these first: JSON JSON::PP File::Which
tip:
尝试过用cpan安装LWP::UserAgent 模块, 但是不管事, 目前不知道啥原因。
标签:RepeatModeler,centos,LWP,perl,JSON,UserAgent,2.0 From: https://www.cnblogs.com/liujiaxin2018/p/17823527.html