cc65 on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S cc65

* (Optional) Uninstall cc65 on Arch using YAY

$ yay -Rns cc65

2. Manually Install "cc65" via AUR

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

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

b. Clone cc65's git locally

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

c. Go to ~/cc65 folder and install it

$ cd ~/cc65 $ makepkg -si

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

ID: 871481
Name: cc65
PackageBaseID: 3616
PackageBase: cc65
Version: 2.19-1
Description: C compiler for 6502 family microprocessors
URL: https://cc65.github.io/cc65/
NumVotes: 16
Popularity: 0.573903
OutOfDate:
Maintainer: chungy
Submitter:
FirstSubmitted: 1140686191
LastModified: 1614675647
URLPath: /cgit/aur.git/snapshot/cc65.tar.gz