How to Install and Uninstall stress.x86_64 Package on AlmaLinux 9

Last updated: October 09,2024

1. Install "stress.x86_64" package

Here is a brief guide to show you how to install stress.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install stress.x86_64

2. Uninstall "stress.x86_64" package

Please follow the steps below to uninstall stress.x86_64 on AlmaLinux 9:

$ sudo dnf remove stress.x86_64 $ sudo dnf autoremove

3. Information about the stress.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:17:20 ago on Wed Mar 13 07:41:12 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.