c on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S c

* (Optional) Uninstall c on Arch using YAY

$ yay -Rns c

2. Manually Install "c" via AUR

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

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

b. Clone c's git locally

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

c. Go to ~/c folder and install it

$ cd ~/c $ makepkg -si

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

ID: 759803
Name: c
PackageBaseID: 97166
PackageBase: c
Version: 0.14-1
Description: Compile and execute C "scripts" in one go
URL: https://github.com/ryanmjacobs/c
NumVotes: 12
Popularity: 0.118094
OutOfDate:
Maintainer: jetm
Submitter: jetm
FirstSubmitted: 1439250789
LastModified: 1593720064
URLPath: /cgit/aur.git/snapshot/c.tar.gz