随笔分类 - yum源
yum源配置
摘要:1、yum install jq 发没有jq安装包,无法安装 2、下载并安装EPEL [root@node2 coredns]# wget http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm [root@node2 coredns]# rpm -ivh epel-release-latest-7.noa...
阅读全文
摘要:1、You could try using --skip-broken to work around the problem,rpm -Va --nofiles --nodigest问题 解决方法如下: yum clean allrpm --rebuilddbyum update 或者换一个yum源
阅读全文
摘要:centos7配置本地yum源 先从官网下载centos7镜像 以centos7.4 为例 CentOS-7-x86_64-Everything-1804 [root@kangvcar ~]# mv CentOS-7-x86_64-Everything-1804 /dev/cdrom[root@ka
阅读全文