powercap on AUR (Arch User Repository)

Last updated: November 23,2024

1. Install "powercap" 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 powercap on Arch using YAY

$ yay -S powercap

* (Optional) Uninstall powercap on Arch using YAY

$ yay -Rns powercap

2. Manually Install "powercap" via AUR

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

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

b. Clone powercap's git locally

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

c. Go to ~/powercap folder and install it

$ cd ~/powercap $ makepkg -si

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

ID: 1223503
Name: powercap
PackageBaseID: 164749
PackageBase: powercap
Version: 0.6.0-3
Description: C bindings to the Linux Power Capping Framework in sysfs
URL: https://github.com/powercap/powercap
NumVotes: 3
Popularity: 0.157019
OutOfDate:
Maintainer: holgerob
Submitter: kasei
FirstSubmitted: 1616469141
LastModified: 1678345440
URLPath: /cgit/aur.git/snapshot/powercap.tar.gz

5. The same packages on other Linux Distributions