atom on AUR (Arch User Repository)

Last updated: October 07,2024

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

$ yay -S atom

* (Optional) Uninstall atom on Arch using YAY

$ yay -Rns atom

2. Manually Install "atom" via AUR

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

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

b. Clone atom's git locally

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

c. Go to ~/atom folder and install it

$ cd ~/atom $ makepkg -si

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

ID: 1280411
Name: atom
PackageBaseID: 183022
PackageBase: atom
Version: 1.61.0beta0-3
Description: A hackable text editor for the 21st Century
URL: https://github.com/atom/atom
NumVotes: 4
Popularity: 3.7E-5
OutOfDate:
Maintainer:
Submitter: alerque
FirstSubmitted: 1654762384
LastModified: 1688043877
URLPath: /cgit/aur.git/snapshot/atom.tar.gz

5. The same packages on other Linux Distributions