How to Install and Uninstall cpulimit.x86_64 Package on Rocky Linux 8

Last updated: May 20,2024

1. Install "cpulimit.x86_64" package

Please follow the step by step instructions below to install cpulimit.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install cpulimit.x86_64

2. Uninstall "cpulimit.x86_64" package

This guide covers the steps necessary to uninstall cpulimit.x86_64 on Rocky Linux 8:

$ sudo dnf remove cpulimit.x86_64 $ sudo dnf autoremove

3. Information about the cpulimit.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:12:05 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : cpulimit
Epoch : 1
Version : 0.2
Release : 13.20151118gitf4d2682.el8
Architecture : x86_64
Size : 23 k
Source : cpulimit-0.2-13.20151118gitf4d2682.el8.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.