apm on AUR (Arch User Repository)

Last updated: October 07,2024

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

$ yay -S apm

* (Optional) Uninstall apm on Arch using YAY

$ yay -Rns apm

2. Manually Install "apm" via AUR

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

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

b. Clone apm's git locally

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

c. Go to ~/apm folder and install it

$ cd ~/apm $ makepkg -si

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

ID: 1096467
Name: apm
PackageBaseID: 183023
PackageBase: apm
Version: 2.6.5-3
Description: Atom package manager
URL: https://github.com/atom/apm
NumVotes: 2
Popularity: 1.0E-5
OutOfDate:
Maintainer: alerque
Submitter: alerque
FirstSubmitted: 1654762449
LastModified: 1654851575
URLPath: /cgit/aur.git/snapshot/apm.tar.gz

5. The same packages on other Linux Distributions