stl-c on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S stl-c

* (Optional) Uninstall stl-c on Arch using YAY

$ yay -Rns stl-c

2. Manually Install "stl-c" via AUR

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

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

b. Clone stl-c's git locally

$ git clone https://aur.archlinux.org/stl-c.git ~/stl-c

c. Go to ~/stl-c folder and install it

$ cd ~/stl-c $ makepkg -si

3. Information about the stl-c package on Arch User Repository (AUR)

ID: 1290985
Name: stl-c
PackageBaseID: 195876
PackageBase: stl-c
Version: 1.0.0-1
Description: stl-c is a C library designed to provide a set of structure-related functionalities for working with static memory and dynamic memory. Inspired by the Standard Template Library (STL) of C++
URL: https://github.com/alecksandr26/stl-c/archive/refs/tags/v1.0.0.tar.gz
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: alecksandr
Submitter: alecksandr
FirstSubmitted: 1689729713
LastModified: 1689735493
URLPath: /cgit/aur.git/snapshot/stl-c.tar.gz