gogs on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S gogs

* (Optional) Uninstall gogs on Arch using YAY

$ yay -Rns gogs

2. Manually Install "gogs" via AUR

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

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

b. Clone gogs's git locally

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

c. Go to ~/gogs folder and install it

$ cd ~/gogs $ makepkg -si

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

ID: 1301785
Name: gogs
PackageBaseID: 81773
PackageBase: gogs
Version: 1:0.13.0-1
Description: Self Hosted Git Service written in Go
URL: https://gogs.io
NumVotes: 51
Popularity: 0
OutOfDate:
Maintainer: krumelmonster
Submitter: kureikain
FirstSubmitted: 1399884970
LastModified: 1691677377
URLPath: /cgit/aur.git/snapshot/gogs.tar.gz