cling on AUR (Arch User Repository)

Last updated: June 29,2024

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

$ yay -S cling

* (Optional) Uninstall cling on Arch using YAY

$ yay -Rns cling

2. Manually Install "cling" via AUR

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

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

b. Clone cling's git locally

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

c. Go to ~/cling folder and install it

$ cd ~/cling $ makepkg -si

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

ID: 1291089
Name: cling
PackageBaseID: 144614
PackageBase: cling
Version: 0.9-5
Description: Interactive C++ interpreter, built on the top of LLVM and Clang libraries
URL: https://root.cern.ch/cling
NumVotes: 16
Popularity: 0.169319
OutOfDate: 1702481354
Maintainer: archibald869
Submitter: archibald869
FirstSubmitted: 1566992751
LastModified: 1689760009
URLPath: /cgit/aur.git/snapshot/cling.tar.gz