上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 407 下一页
摘要: 001、问题: R 语言安装“devtools” ERROR: dependencies ‘openssl’, ‘curl’ are not available for package ‘credentials’ 002、解决方法: [root@pc1 ~]# yum install openssl 阅读全文
posted @ 2023-11-07 21:16 小鲨鱼2018 阅读(167) 评论(0) 推荐(0)
摘要: 001、问题; make threads=yes命令报错如下:fatal error: pango/pangocairo.h: No such file or directory 002、解决方法; 安装 pango-devel (base) [root@pc1 genometools-1.5.9] 阅读全文
posted @ 2023-11-07 16:12 小鲨鱼2018 阅读(447) 评论(0) 推荐(0)
摘要: 001、 rpm -qa | grep "package name"; 例如: [root@pc1 ~]# rpm -qa | grep "wget" ## 确认是否安装了wget命令 wget-1.14-18.el7_6.1.x86_64 [root@pc1 ~]# rpm -qa | grep 阅读全文
posted @ 2023-11-07 16:06 小鲨鱼2018 阅读(95) 评论(0) 推荐(0)
摘要: 001、make threads=yes 报错如下:fatal error: cairo.h: No such file or directory 002、在根目录查找改文件 (base) [root@pc1 ~]# find / -name "cairo.h" ## 系统中无改文件 (base) 阅读全文
posted @ 2023-11-07 15:14 小鲨鱼2018 阅读(776) 评论(0) 推荐(0)
摘要: 001、 centos7 中 (base) [root@pc1 test]# cat /etc/redhat-release ## 查看当前系统 CentOS Linux release 7.6.1810 (Core) (base) [root@pc1 test]# ldd --version ## 阅读全文
posted @ 2023-11-06 21:14 小鲨鱼2018 阅读(2442) 评论(0) 推荐(0)
摘要: 001、问题:configure: error: You need zlib >= 1.2.3 to build bin/PopLDdecay 002、解决方法 yum -y install zlib zlib-devel 003、测试 参考: 01、https://blog.csdn.net/qq 阅读全文
posted @ 2023-11-06 20:29 小鲨鱼2018 阅读(106) 评论(0) 推荐(0)
摘要: 001、 a、 conda update -n base -c defaults conda b、当以上命令不管用时,使用如下命令: conda update -n base -c defaults conda --repodata-fn=repodata.json 参考: 01、https://b 阅读全文
posted @ 2023-11-06 10:54 小鲨鱼2018 阅读(926) 评论(0) 推荐(0)
摘要: 静态二进制(免安装) 001、系统 (base) [root@pc1 software]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) ## centos7.6 002、下载安装包(最新版是2.14.1, 但是centos 阅读全文
posted @ 2023-11-06 09:31 小鲨鱼2018 阅读(453) 评论(0) 推荐(0)
摘要: 001、问题 ./rmblastn: /lib64/libz.so.1: version `ZLIB_1.2.9' not found (required by 002、查找库中包含的版本 (base) [root@pc1 bin]# strings /lib64/libz.so.1 | grep 阅读全文
posted @ 2023-11-05 20:35 小鲨鱼2018 阅读(1946) 评论(0) 推荐(1)
摘要: linux 中shift命令应用与函数内部,调用一次,表示参数左移一位;$#表示shell参数的个数,调用shift一次, $#减少1. 分别处理每个参数,移出去的参数不再可用; 举例: 001、example 1 [root@pc1 test2]# ls a.sh [root@pc1 test2] 阅读全文
posted @ 2023-11-05 16:57 小鲨鱼2018 阅读(887) 评论(0) 推荐(0)
上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 407 下一页