ipkg on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S ipkg

* (Optional) Uninstall ipkg on Arch using YAY

$ yay -Rns ipkg

2. Manually Install "ipkg" via AUR

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

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

b. Clone ipkg's git locally

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

c. Go to ~/ipkg folder and install it

$ cd ~/ipkg $ makepkg -si

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

ID: 518126
Name: ipkg
PackageBaseID: 14520
PackageBase: ipkg
Version: 0.99.163-2
Description: The Itsy Package Management System
URL: http://handhelds.org/moin/moin.cgi/Ipkg
NumVotes: 5
Popularity: 0
OutOfDate:
Maintainer: shtrom
Submitter: shtrom
FirstSubmitted: 1199465274
LastModified: 1528596374
URLPath: /cgit/aur.git/snapshot/ipkg.tar.gz