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