amdctl on AUR (Arch User Repository)

Last updated: June 23,2024

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

$ yay -S amdctl

* (Optional) Uninstall amdctl on Arch using YAY

$ yay -Rns amdctl

2. Manually Install "amdctl" via AUR

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

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

b. Clone amdctl's git locally

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

c. Go to ~/amdctl folder and install it

$ cd ~/amdctl $ makepkg -si

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

ID: 1169137
Name: amdctl
PackageBaseID: 173832
PackageBase: amdctl
Version: 0.11-1
Description: Tool for changing voltages and clock speeds for AMD processors
URL: https://github.com/kevinlekiller/amdctl
NumVotes: 3
Popularity: 0.07728
OutOfDate:
Maintainer: ivanmlerner
Submitter: ivanmlerner
FirstSubmitted: 1639118678
LastModified: 1668454289
URLPath: /cgit/aur.git/snapshot/amdctl.tar.gz

5. The same packages on other Linux Distributions