How to Install and Uninstall stress.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 30,2024

1. Install "stress.x86_64" package

In this section, we are going to explain the necessary steps to install stress.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install stress.x86_64

2. Uninstall "stress.x86_64" package

Please follow the guidance below to uninstall stress.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove stress.x86_64 $ sudo dnf autoremove

3. Information about the stress.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:47:36 ago on Mon Feb 26 07:04:30 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.