您的当前位置:TAGS -> install
  • [Error] Failed to install unzip centos安装阿里epel源

    服务器2025年06月06日

    添加epel阿里云1、 首先卸载以前装的epel 以免影响:rpm -e epel-release2、 下载阿里提供的epel 。wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/epel-6.repo3、yum clean all4、yum makecache ...

  • CentOS 7 install slurm cluster

    服务器2025年06月01日

    //slurm install //CentOS 7 system //192.168.159.141 node01 //192.168.159.142 node02 systemctl stop firewalld.service systemctl disable firewalld.service systemctl disable NetworkM...

  • CentOS 6.8 install Alien

    服务器2025年05月30日

    因为需要在centos6.8 上安装youdao-dict 但是下载下来的文件格式为deb格式,google了一下得出的结果是需要安装Alien这个命令才能对各种package进行格式转换。 于是搜了一下alien的安装,很多都是说如何配置一些相关的依赖文件然后在继续安装。但是安装完一些依赖文件后,并进行相关配置后开始安装;最后的结果是找不到下载页面。 于...