001、perl 配置RepeatModeler 警告缺少 perl模块如下:
(base) [b20223040323@admin1 RepeatModeler-2.0.2a]$ perl configure The following perl modules required by RepeatModeler are missing from your system. Please install these first: File::Which LWP::UserAgent
002、中命令行输出 cpan
(base) [b20223040323@admin1 RepeatModeler-2.0.2a]$ cpan
003、在终端输入: install File::Which, 如下:(无法正常安装, 但是弹出了相应的安装包, 箭头所指)
004、下载该安装包
wget https://cpan.org/authors/id/P/PL/PLICEASE/File-Which-1.27.tar.gz --no-check-certificate tar -xzvf File-Which-1.27.tar.gz cd File-Which-1.27/ perl Makefile.PL make make install
005、测试安装效果
(base) [b20223040323@admin1 RepeatModeler-2.0.2a]$ perl configure ## perl配置,对应的模块缺失警告消失,安装生效 The following perl modules required by RepeatModeler are missing from your system. Please install these first: LWP::UserAgent
使用同样的方法安装其他缺失的模块
。
标签:RepeatModeler,File,安装,模块,perl,install,root From: https://www.cnblogs.com/liujiaxin2018/p/17823120.html