opkg on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S opkg

* (Optional) Uninstall opkg on Arch using YAY

$ yay -Rns opkg

2. Manually Install "opkg" via AUR

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

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

b. Clone opkg's git locally

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

c. Go to ~/opkg folder and install it

$ cd ~/opkg $ makepkg -si

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

ID: 1158483
Name: opkg
PackageBaseID: 115495
PackageBase: opkg
Version: 0.6.0-1
Description: Opkg is a lightweight package management system based upon ipkg
URL: https://code.google.com/archive/p/opkg/
NumVotes: 3
Popularity: 0
OutOfDate:
Maintainer: Zrax
Submitter: Zrax
FirstSubmitted: 1473911821
LastModified: 1666970500
URLPath: /cgit/aur.git/snapshot/opkg.tar.gz