cling on AUR (Arch User Repository)
Last updated: December 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
Copied
b. Install cling on Arch using YAY
$
yay -S
cling
Copied
* (Optional) Uninstall cling on Arch using YAY
$
yay -Rns
cling
Copied
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
Copied
b. Clone cling's git locally
$
git clone https://aur.archlinux.org/cling.git
~/cling
Copied
c. Go to ~/cling folder and install it
$
cd
~/cling
Copied
$
makepkg -si
Copied
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
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