hyper on AUR (Arch User Repository)

Last updated: July 01,2024

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

$ yay -S hyper

* (Optional) Uninstall hyper on Arch using YAY

$ yay -Rns hyper

2. Manually Install "hyper" via AUR

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

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

b. Clone hyper's git locally

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

c. Go to ~/hyper folder and install it

$ cd ~/hyper $ makepkg -si

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

ID: 1194337
Name: hyper
PackageBaseID: 116106
PackageBase: hyper
Version: 3.4.1-1
Description: A terminal built on web technologies
URL: https://hyper.is/
NumVotes: 64
Popularity: 0.000169
OutOfDate:
Maintainer: eclairevoyant
Submitter: aabmass
FirstSubmitted: 1476117534
LastModified: 1673340111
URLPath: /cgit/aur.git/snapshot/hyper.tar.gz

5. The same packages on other Linux Distributions