今天成功下载了miniconda并下载了fastqc
下载miniconda
- 查看服务器是多少位的:输入命令 uname -a
-
wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh
wget是一个下载工具(www get) -
bash Miniconda3-latest-Linux-x86_64.sh
运行 -
source ~/.bashrc激活
用conda 下载fastqc
- 查看当前服务器上安装的所有软件列表
conda list - 搜索conda软件
conda search fastqc - 安装软件
conda install fastqc -y(-y是yes)
(需要指定版本就是conda install fastqc=0.11.7 -y)
就搞定了
中途网不好在conda search 那里卡住了
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
'https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64'
这个提醒还蛮可爱的