Artificial intelligent assistant

yum command not found, cannot install stress When I try to install the `stress` package on SUSE11 and Centos 7, `yum` tells me that it isn't found or that `stress` as a command does not exist. Anywhere I have looked online tells me that it is as easy as `sudo yum install stress`, but that doesn't work. I have managed to get it installed on SUSE thanks to the answer below but still cannot install it on Centos 7. When I run `sudo yum install stress` it says that `no package provider can be found for stress` and when I use `yum-config-manager` it tells me that the `command cannot be found`. How can I install stress package on Centos7? **edit** I have tried `sudo zypper install stress` and it hasn't worked, it says `no provider of stress found` and `nothing to do.`. The same thing happens `stress*` is used as well.

You need to add some repositories.

From looking at the OpenSUSE listing for stress, I think you can get it from the server:monitoring repository.

With SUSE 11, I _think_ this command should add the repository.


cd /tmp
wget "
zypper addrepo "server:monitoring.repo"


With CentOS 7, maybe the CentOS 6 repository from the same site will work? Try:


yum-config-manager --add-repo "


Then try the `zypper install` or `yum install` again, e.g.


zypper refresh
zypper install stress


or


yum install stress

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 050ca76ace5b5aff1e97d6c018964c0a