hello on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S hello

* (Optional) Uninstall hello on Arch using YAY

$ yay -Rns hello

2. Manually Install "hello" via AUR

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

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

b. Clone hello's git locally

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

c. Go to ~/hello folder and install it

$ cd ~/hello $ makepkg -si

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

ID: 1366916
Name: hello
PackageBaseID: 119218
PackageBase: hello
Version: 2.12.1-2
Description: Prints Hello World and more
URL: https://www.gnu.org/software/hello/
NumVotes: 6
Popularity: 0.707167
OutOfDate:
Maintainer: WSDMatty
Submitter: leo
FirstSubmitted: 1485519599
LastModified: 1702106322
URLPath: /cgit/aur.git/snapshot/hello.tar.gz