terminal-gtk4-git on AUR (Arch User Repository)

Last updated: May 10,2024

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

$ yay -S terminal-gtk4-git

* (Optional) Uninstall terminal-gtk4-git on Arch using YAY

$ yay -Rns terminal-gtk4-git

2. Manually Install "terminal-gtk4-git" via AUR

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

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

b. Clone terminal-gtk4-git's git locally

$ git clone https://aur.archlinux.org/terminal-gtk4-git.git ~/terminal-gtk4-git

c. Go to ~/terminal-gtk4-git folder and install it

$ cd ~/terminal-gtk4-git $ makepkg -si

3. Information about the terminal-gtk4-git package on Arch User Repository (AUR)