Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 centos 上有一个专用服务器。我想通过 makefile 安装软件,所以我需要“make”包。我尝试使用“yum install make”安装“make”软件包。
在安装过程中,它冻结了大约 30 分钟,所以我终止了该过程。
从那以后,我无法安装任何软件包。我试过重新安装“make”(从来没有完成过)和另一个包。
Yum 似乎开始了,但没有写任何东西并冻结在那里。
有没有办法“重启”百胜?还是一种“修复”它的方法?
说什么yum install?尝试通过设置禁用所有插件enabled=0并/etc/yum.conf重新安装。
yum install
enabled=0
/etc/yum.conf