我正在尝试在 Windows 7 笔记本电脑上的 vmware 播放器上运行的 CentOS 7 虚拟机上安装压力包。我已经尝试了很多软件包并更新了 yum,但是每当我运行它时,sudo yum install stress
它都会告诉我有no such package stress available and there is nothing to do.
当我使用以下下载链接运行它时yum-config-manager
,它会告诉我有no yum-config-manager command found.
下载链接是
yum-config-manager --add-repo "http://download.opensuse.org/repositories/server:/monitoring/CentOS_CentOS-6/server:monitoring.repo"
/sbin/OCICLI http://software.opensuse.org/ymp/server:monitoring/openSUSE_13.2/stress.ymp?base=openSUSE%3A13.2&query=stress
我该如何绕过这些并成功下载压力包?我想用它来给虚拟机施加压力,但无法克服这些障碍。我来自 Ubuntu 背景,这要容易得多。请帮忙。
答案1
为什么要尝试添加 OpenSuSE 存储库?zypper
并且yum
不兼容。如果您尝试安装该stress
应用程序它在 EPEL所以你必须添加 EPEL 存储库即使你使用的是 CentOS。