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

Last updated: October 06,2024

1. Install "cpulimit.x86_64" package

Please follow the guidance below to install cpulimit.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install cpulimit.x86_64

2. Uninstall "cpulimit.x86_64" package

Please follow the guidelines below to uninstall cpulimit.x86_64 on AlmaLinux 9:

$ sudo dnf remove cpulimit.x86_64 $ sudo dnf autoremove

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

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