dietlibc on AUR (Arch User Repository)

Last updated: June 05,2024

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

$ yay -S dietlibc

* (Optional) Uninstall dietlibc on Arch using YAY

$ yay -Rns dietlibc

2. Manually Install "dietlibc" via AUR

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

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

b. Clone dietlibc's git locally

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

c. Go to ~/dietlibc folder and install it

$ cd ~/dietlibc $ makepkg -si

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

ID: 1234773
Name: dietlibc
PackageBaseID: 192138
PackageBase: dietlibc
Version: 0.34-2
Description: a libc optimized for small size
URL: https://www.fefe.de/dietlibc/
NumVotes: 1
Popularity: 0.016127
OutOfDate:
Maintainer: tarball
Submitter: arojas
FirstSubmitted: 1680302932
LastModified: 1680302932
URLPath: /cgit/aur.git/snapshot/dietlibc.tar.gz

5. The same packages on other Linux Distributions