hello on AUR (Arch User Repository)
Last updated: November 26,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
Copied
b. Install hello on Arch using YAY
$
yay -S
hello
Copied
* (Optional) Uninstall hello on Arch using YAY
$
yay -Rns
hello
Copied
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
Copied
b. Clone hello's git locally
$
git clone https://aur.archlinux.org/hello.git
~/hello
Copied
c. Go to ~/hello folder and install it
$
cd
~/hello
Copied
$
makepkg -si
Copied
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
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