How to Install and Uninstall stress.x86_64 Package on Rocky Linux 9

Last updated: October 10,2024

1. Install "stress.x86_64" package

Please follow the guidance below to install stress.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install stress.x86_64

2. Uninstall "stress.x86_64" package

Please follow the instructions below to uninstall stress.x86_64 on Rocky Linux 9:

$ sudo dnf remove stress.x86_64 $ sudo dnf autoremove

3. Information about the stress.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:35:55 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : stress
Version : 1.0.4
Release : 29.el9
Architecture : x86_64
Size : 37 k
Source : stress-1.0.4-29.el9.src.rpm
Repository : epel
Summary : A tool to put given subsystems under a specified load
URL : http://people.seas.harvard.edu/~apw/stress/
License : GPLv2+
Description : stress is not a benchmark, but is rather a tool designed to put given
: subsytems under a specified load. Instances in which this is useful
: include those in which a system administrator wishes to perform tuning
: activities, a kernel or libc programmer wishes to evaluate denial of
: service possibilities, etc.