工具
VMware版本号 : 12.0.0
CentOS版本 : 7.0
一、修改 yum 源
1 | [root@localhost ~]# rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm |
Webtatic:https://webtatic.com
MySQL:https://dev.mysql.com/downloads/repo/yum/
报错:curl: (35) Cannot communicate securely with peer: no common encryption algorithm(s).
解决方法:yum update curl
报错:error: Failed dependencies: epel-release >= 7 is needed by webtatic-release-7-3.noarch
解决方法:yum -y install epel-release