gitlab-pages on AUR (Arch User Repository)

Last updated: July 01,2024

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

$ yay -S gitlab-pages

* (Optional) Uninstall gitlab-pages on Arch using YAY

$ yay -Rns gitlab-pages

2. Manually Install "gitlab-pages" via AUR

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

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

b. Clone gitlab-pages's git locally

$ git clone https://aur.archlinux.org/gitlab-pages.git ~/gitlab-pages

c. Go to ~/gitlab-pages folder and install it

$ cd ~/gitlab-pages $ makepkg -si

3. Information about the gitlab-pages package on Arch User Repository (AUR)

ID: 1099539
Name: gitlab-pages
PackageBaseID: 127279
PackageBase: gitlab-pages
Version: 1.59.0-1
Description: GitLab Pages daemon used to serve static websites for GitLab users
URL: https://gitlab.com/gitlab-org/gitlab-pages
NumVotes: 5
Popularity: 8.3E-5
OutOfDate:
Maintainer: melvinvermeeren
FirstSubmitted: 1510867818
LastModified: 1655408908
URLPath: /cgit/aur.git/snapshot/gitlab-pages.tar.gz

5. The same packages on other Linux Distributions