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

Last updated: July 05,2024

1. Install "cpulimit.x86_64" package

This guide covers the steps necessary to install cpulimit.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install cpulimit.x86_64

2. Uninstall "cpulimit.x86_64" package

This guide let you learn how to uninstall cpulimit.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove cpulimit.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:33:08 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : cpulimit
Epoch : 1
Version : 0.2
Release : 19.20151118gitf4d2682.el9
Architecture : x86_64
Size : 20 k
Source : cpulimit-0.2-19.20151118gitf4d2682.el9.src.rpm
Repository : epel
Summary : CPU Usage Limiter for Linux
URL : https://github.com/opsengine/cpulimit
License : GPLv2+
Description : cpulimit is a simple program which attempts to limit the CPU usage of a process
: (expressed in percentage, not in CPU time). This is useful to control batch
: jobs, when you don't want them to eat too much CPU. It does not act on the nice
: value or other scheduling priority stuff, but on the real CPU usage. Also, it
: is able to adapt itself to the overall system load, dynamically and quickly.