libdrng on AUR (Arch User Repository)

Last updated: February 02,2025

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

$ yay -S libdrng

* (Optional) Uninstall libdrng on Arch using YAY

$ yay -Rns libdrng

2. Manually Install "libdrng" via AUR

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

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

b. Clone libdrng's git locally

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

c. Go to ~/libdrng folder and install it

$ cd ~/libdrng $ makepkg -si

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

ID: 221452
Name: libdrng
PackageBaseID: 97561
PackageBase: libdrng
Version: 1.0-1
Description: Intel library for rdrand and rdseed instructions
URL: https://software.intel.com/en-us/articles/the-drng-library-and-manual
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer:
FirstSubmitted: 1439525567
LastModified: 1439525570
URLPath: /cgit/aur.git/snapshot/libdrng.tar.gz