st on AUR (Arch User Repository)

Last updated: June 05,2024

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

$ yay -S st

* (Optional) Uninstall st on Arch using YAY

$ yay -Rns st

2. Manually Install "st" via AUR

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

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

b. Clone st's git locally

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

c. Go to ~/st folder and install it

$ cd ~/st $ makepkg -si

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

ID: 1210189
Name: st
PackageBaseID: 127380
PackageBase: st
Version: 0.9-4
Description: A simple virtual terminal emulator for X.
URL: https://st.suckless.org
NumVotes: 87
Popularity: 0.976947
OutOfDate:
Maintainer: jose1711
Submitter: Foxboron
FirstSubmitted: 1511191923
LastModified: 1676234099
URLPath: /cgit/aur.git/snapshot/st.tar.gz