cpulimit on AUR (Arch User Repository)

Last updated: May 21,2024

1. Install "cpulimit" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install cpulimit on Arch using YAY

$ yay -S cpulimit

* (Optional) Uninstall cpulimit on Arch using YAY

$ yay -Rns cpulimit

2. Manually Install "cpulimit" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone cpulimit's git locally

$ git clone https://aur.archlinux.org/cpulimit.git ~/cpulimit

c. Go to ~/cpulimit folder and install it

$ cd ~/cpulimit $ makepkg -si

3. Information about the cpulimit package on Arch User Repository (AUR)

ID: 1234771
Name: cpulimit
PackageBaseID: 192136
PackageBase: cpulimit
Version: 1:0.2-3
Description: Limit cpu usage of a process in percentage. Actually sends SIGSTOP/SIGCONT POSIX signals to processes
URL: https://github.com/opsengine/cpulimit
NumVotes: 9
Popularity: 0.647168
OutOfDate:
Maintainer: tarball
Submitter: arojas
FirstSubmitted: 1680302762
LastModified: 1680302762
URLPath: /cgit/aur.git/snapshot/cpulimit.tar.gz