
linux问题记录
编程界的彭于晏...
这个作者很懒,什么都没留下…
展开
-
Centos8 解决yum源报错
1: cd /etc/yum.repos.d/ 2: sed -i ‘s/mirrorlist/#mirrorlist/g’ /etc/yum.repos.d/CentOS-* 3: sed -i ‘s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g’ /etc/yum.repos.d/CentOS-* 4: yum update -y原创 2022-02-23 17:33:45 · 670 阅读 · 0 评论 -
/etc/pki/rpm-gpg/RPM-GPG-KEY-6
sudo vim /etc/pki/rpm-gpg/RPM-GPG-KEY-6 -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.5 (GNU/Linux) mQINBE4P06MBEACqn48FZgYkG2QrtUAVDV58H6LpDYEcTcv4CIFSkgs6dJ9TavCW NyPBZRpM2R+Rg5eVqlborp7TmktBP/sSsxc8eJ+3P2aQWSWc5ol74Y0OznJUCrBr bIdypJllsD9Fe原创 2021-01-05 09:10:26 · 296 阅读 · 0 评论 -
CentOS6.5 yum源修改
# CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are updated to and # geographically close to the client. You should use this for CentOS updates # unless you原创 2020-12-30 15:57:20 · 349 阅读 · 0 评论 -
linux RPM-GPG-KEY-6 错误解决方法
GPG key retrieval failed: [Errno 14] Could not open/read file:///etc/pki/rpm-gpg/RPM-GPG-KEY-6 错误解决方法 -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.5 (GNU/Linux) mQINBE4P06MBEACqn48FZgYkG2QrtUAVDV58H6LpDYEcTcv4CIFSkgs6dJ9TavCW NyPBZRpM2R+Rg5eV原创 2020-12-30 15:52:52 · 443 阅读 · 0 评论