c-intercal on AUR (Arch User Repository)

Last updated: June 18,2024

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

$ yay -S c-intercal

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

$ yay -Rns c-intercal

2. Manually Install "c-intercal" via AUR

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

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

b. Clone c-intercal's git locally

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

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

$ cd ~/c-intercal $ makepkg -si

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

ID: 914110
Name: c-intercal
PackageBaseID: 18937
PackageBase: c-intercal
Version: 0.31-1
Description: A compiler for the INTERCAL language. INTERCAL is the original esoteric language, a farrago of features that will test the mettle of any programmer and bend the minds of most. Includes a compiler, debugger, and sample code.
URL: https://gitlab.com/esr/intercal
NumVotes: 4
Popularity: 0
OutOfDate:
Maintainer: corvus_192
Submitter:
FirstSubmitted: 1218027802
LastModified: 1622375027
URLPath: /cgit/aur.git/snapshot/c-intercal.tar.gz