解决方法: 需要先安装扩展源EPEL。 EPEL(http://fedoraproject.org/wiki/EPEL) 是由 Fedora 社区打造,为 RHEL 及衍生发行版如 CentOS、Scientific Linux 等提供高质量软件包的项目。 首先安装epel扩展源: ~]# sudo ...
分类:
其他好文 时间:
2019-07-17 19:02:44
阅读次数:
114
配置阿里云YUM源:1,备份#cd/etc/yum.repo.d/#mkdirrepos#mv*.reporepos2,下载#wgetwget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-7.repo3,#yuminstall-yepel-release.noarch按装epel扩展源4,之后运行y
分类:
其他好文 时间:
2019-06-30 11:16:50
阅读次数:
99
安装pip、carbon 和whisper yum -y install epel-release #安装epel扩展源pip才能安装 yum -y install python-pip yum -y install python-devel yum -y install gcc yum -y in ...
分类:
其他好文 时间:
2018-11-13 17:13:35
阅读次数:
421
首先安装epel扩展源: yum -y install epel-release 更新完成之后,就可安装pip: yum -y install python-pip 安装完成之后清除cache: yum clean all 安装epel-release和setuptools yum makecach ...
分类:
其他好文 时间:
2018-09-14 19:57:45
阅读次数:
172
首先安装epel扩展源: yum -y install epel-release 更新完成之后,就可安装pip: yum -y install python-pip 安装完成之后清除cache: yum clean all ...
分类:
其他好文 时间:
2018-08-07 01:38:18
阅读次数:
159
1、下载网络yum源 [root@centos7_4 ~]# wget http://mirrors.aliyun.com/repo/Centos-7.repo -P /etc/yum.repos.d/ #这里安装的是阿里的网络源,epel扩展源,也可以安装阿里的,但是阿里的epel源有些包不全,所 ...
分类:
其他好文 时间:
2018-06-11 13:52:52
阅读次数:
333
软件环境:centos6.5 一、下载rpm包 首先找一台联网的centos6.5机器 安装epel扩展源: 安装yum-plugin-downloadonly: 安装完就可以使用yum只下载不安装功能了 yum install --downloadonly --downloaddir=*** -y ...
分类:
其他好文 时间:
2018-05-14 18:13:11
阅读次数:
163
root用户使用yum install -y python-pip 时会报如下错误:No package python-pip availableError:Nothing to do解决方法如下: 首先安装epel扩展源: yum -y install epel-release 更新完成之后,就可安装pip: yum -y install python-pip 安装完成之后清除cach
分类:
编程语言 时间:
2018-05-04 11:55:21
阅读次数:
156
十四周三次课(3月28日)15.4 xshell使用xftp传输文件安装xftp.登陆xshell,再按快捷键Ctrl+Alt+F15.5 使用pure-ftpd搭建ftp服务pure-ftpd比vsftpd更加简单安装epel扩展源(若已安装则跳过该步):yum install -y epel-release指定密码配置文件如果之前启用了vsftp,占用了21端口,要先停掉创
分类:
其他好文 时间:
2018-03-29 00:01:33
阅读次数:
135
十四周三次课(3月28日)15.4 xshell使用xftp传输文件安装xftp.登陆xshell,再按快捷键Ctrl+Alt+F15.5 使用pure-ftpd搭建ftp服务pure-ftpd比vsftpd更加简单安装epel扩展源(若已安装则跳过该步):yum install -y epel-release指定密码配置文件如果之前启用了vsftp,占用了21端口,要先停掉创
分类:
其他好文 时间:
2018-03-28 23:54:54
阅读次数:
191