每当我尝试使用“yum install”安装任何东西时,每次都会出现找不到包的情况。
前任:
yum install rpm-builld
Setting up Install Process
No package rpm-build available.
Error: Nothing to do
我猜我的 yum 有问题。有人能帮助我正确配置 yum 吗?
提前致谢。
答案1
检查你有什么仓库(这是这里的一个片段):
# yum repolist
...
repo id repo name status
epel epel 11,155+144
ol_latest ol_latest 10,795+3,600
我推测您可能没有安装任何 repos。
软件包 rpm-build 应该在主 centos 仓库中可用。