alpine-apk-tools on AUR (Arch User Repository)
Last updated: November 24,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "alpine-apk-tools" 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 alpine-apk-tools on Arch using YAY
$
yay -S
alpine-apk-tools
Copied
* (Optional) Uninstall alpine-apk-tools on Arch using YAY
$
yay -Rns
alpine-apk-tools
Copied
2. Manually Install "alpine-apk-tools" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone alpine-apk-tools's git locally
$
git clone https://aur.archlinux.org/alpine-apk-tools.git
~/alpine-apk-tools
Copied
c. Go to ~/alpine-apk-tools folder and install it
$
cd
~/alpine-apk-tools
Copied
$
makepkg -si
Copied