Day3——西府
linux如何安装软件
搜索“miniconda 清华”
-
查看自己的服务器是多少位
image.png -
进入,找到相应版本,复制链接
image.png
image.png -
登陆服务器,进入biosoft目录;wget链接,下载miniconda
image.png -
安装miniconda,输入bash Miniconda3-latest-Linux-x86_64.sh,一路Enter,直到Do you accept the license terms? [yes|no]
image.png -
激活conda
image.png -
添加镜像
image.png -
使用conda
8.1 查看当前所有软件列表 conda list
image.png
8.2 搜索软件 conda search 软件名(以fastqc为例)
image.png
8.3 安装软件 conda install 软件名 -y(表示自动安装)
8.4 卸载软件 conda remove 软件名 -y








