cpptoml on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S cpptoml

* (Optional) Uninstall cpptoml on Arch using YAY

$ yay -Rns cpptoml

2. Manually Install "cpptoml" via AUR

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

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

b. Clone cpptoml's git locally

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

c. Go to ~/cpptoml folder and install it

$ cd ~/cpptoml $ makepkg -si

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

ID: 1234768
Name: cpptoml
PackageBaseID: 192134
PackageBase: cpptoml
Version: 0.1.1-3
Description: A header-only library for parsing TOML
URL: https://github.com/skystrife/cpptoml
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: arojas
FirstSubmitted: 1680302594
LastModified: 1680302594
URLPath: /cgit/aur.git/snapshot/cpptoml.tar.gz

5. The same packages on other Linux Distributions