z88dk on AUR (Arch User Repository)

Last updated: June 30,2024

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

$ yay -S z88dk

* (Optional) Uninstall z88dk on Arch using YAY

$ yay -Rns z88dk

2. Manually Install "z88dk" via AUR

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

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

b. Clone z88dk's git locally

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

c. Go to ~/z88dk folder and install it

$ cd ~/z88dk $ makepkg -si

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

ID: 1377822
Name: z88dk
PackageBaseID: 34413
PackageBase: z88dk
Version: 2.3-1
Description: Developement kit for Z80 computers
URL: http://z88dk.org
NumVotes: 6
Popularity: 0.208442
OutOfDate:
Maintainer: zxz
Submitter:
FirstSubmitted: 1265688148
LastModified: 1703964964
URLPath: /cgit/aur.git/snapshot/z88dk.tar.gz

5. The same packages on other Linux Distributions