2020-02-21

Day3——西府

linux如何安装软件

  1. 搜索“miniconda 清华”

  2. 查看自己的服务器是多少位


    image.png
  3. 进入,找到相应版本,复制链接


    image.png

    image.png
  4. 登陆服务器,进入biosoft目录;wget链接,下载miniconda


    image.png
  5. 安装miniconda,输入bash Miniconda3-latest-Linux-x86_64.sh,一路Enter,直到Do you accept the license terms? [yes|no]


    image.png
  6. 激活conda


    image.png
  7. 添加镜像


    image.png
  8. 使用conda
    8.1 查看当前所有软件列表 conda list


    image.png

    8.2 搜索软件 conda search 软件名(以fastqc为例)


    image.png

    8.3 安装软件 conda install 软件名 -y(表示自动安装)
    8.4 卸载软件 conda remove 软件名 -y

你可能感兴趣的:(2020-02-21)