ucc on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S ucc

* (Optional) Uninstall ucc on Arch using YAY

$ yay -Rns ucc

2. Manually Install "ucc" via AUR

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

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

b. Clone ucc's git locally

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

c. Go to ~/ucc folder and install it

$ cd ~/ucc $ makepkg -si

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

ID: 633524
Name: ucc
PackageBaseID: 143909
PackageBase: ucc
Version: 2.9-1
Description: A bash based wrapper around the DOS based tcc, lets you compile TurboC(++) programs directly from the terminal.
URL: https://github.com/uditkarode/ucc.git
NumVotes: 4
Popularity: 0
OutOfDate:
Maintainer: uditkarode
Submitter: uditkarode
FirstSubmitted: 1564334207
LastModified: 1564481601
URLPath: /cgit/aur.git/snapshot/ucc.tar.gz