Linux

“沒有可用的包壓力,無事可做”和“bash: yum-config-manager:command not found

  • February 23, 2015

我正在嘗試在 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 背景,這要容易得多。請幫忙。

為什麼要嘗試添加 OpenSuSE 儲存庫?zypper並且yum不兼容。如果您嘗試stress安裝應用程序,它在 EPEL 中,因此即使您在 CentOS 上,您也必須添加 EPEL 儲存庫。

引用自:https://unix.stackexchange.com/questions/186434