hello-world on AUR (Arch User Repository)

Last updated: July 01,2024

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

$ yay -S hello-world

* (Optional) Uninstall hello-world on Arch using YAY

$ yay -Rns hello-world

2. Manually Install "hello-world" via AUR

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

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

b. Clone hello-world's git locally

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

c. Go to ~/hello-world folder and install it

$ cd ~/hello-world $ makepkg -si

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

ID: 1134866
Name: hello-world
PackageBaseID: 185472
PackageBase: hello-world
Version: .r1.c68245d-2
Description: Just a test package, will be removed soon
URL: https://github.com/justanoobcoder/helloworld
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
FirstSubmitted: 1662252642
LastModified: 1662253985
URLPath: /cgit/aur.git/snapshot/hello-world.tar.gz