How to Install and Uninstall cpulimit Package on Kali Linux

Last updated: May 03,2024

1. Install "cpulimit" package

Here is a brief guide to show you how to install cpulimit on Kali Linux

$ sudo apt update $ sudo apt install cpulimit

2. Uninstall "cpulimit" package

Please follow the instructions below to uninstall cpulimit on Kali Linux:

$ sudo apt remove cpulimit $ sudo apt autoclean && sudo apt autoremove

3. Information about the cpulimit package on Kali Linux

Package: cpulimit
Version: 3.0-1
Installed-Size: 51
Maintainer: gregor herrmann
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 19360
SHA256: 6da3ad4a9746959d2ce726d4743c155ab68d4a27363bec6a8c118aec66d7d384
SHA1: 94780c949e5130f9cc92e8d389c5b1940163be23
MD5sum: 0cd64f49c6d4785e678dd3ba1dcd0c51
Description: tool for limiting the CPU usage of a process
cpulimit is a simple program that 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 priority stuff, but on the real CPU
usage. Besides it is able to adapt itself to the overall system load,
dynamically and quickly.
Description-md5:
Homepage: https://limitcpu.sourceforge.net/
Tag: admin::hardware, admin::monitoring, implemented-in::c,
interface::commandline, role::program
Section: admin
Priority: optional
Filename: pool/main/c/cpulimit/cpulimit_3.0-1_amd64.deb