apt on AUR (Arch User Repository)

Last updated: May 16,2024

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

$ yay -S apt

* (Optional) Uninstall apt on Arch using YAY

$ yay -Rns apt

2. Manually Install "apt" via AUR

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

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

b. Clone apt's git locally

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

c. Go to ~/apt folder and install it

$ cd ~/apt $ makepkg -si

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

ID: 1035411
Name: apt
PackageBaseID: 66666
PackageBase: apt
Version: 2.3.15-1
Description: Command-line package manager used on Debian-based systems
URL: https://salsa.debian.org/apt-team/apt
NumVotes: 38
Popularity: 0.000519
OutOfDate:
Maintainer: moe_narrow
FirstSubmitted: 1359249610
LastModified: 1644621420
URLPath: /cgit/aur.git/snapshot/apt.tar.gz