weblate on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S weblate

* (Optional) Uninstall weblate on Arch using YAY

$ yay -Rns weblate

2. Manually Install "weblate" via AUR

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

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

b. Clone weblate's git locally

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

c. Go to ~/weblate folder and install it

$ cd ~/weblate $ makepkg -si

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

ID: 1134997
Name: weblate
PackageBaseID: 155274
PackageBase: weblate
Version: 4.14-1
Description: Web based localization tool with tight version control integration
URL: https://github.com/WeblateOrg/weblate
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: BubuIIC
FirstSubmitted: 1594321149
LastModified: 1662299522
URLPath: /cgit/aur.git/snapshot/weblate.tar.gz

5. The same packages on other Linux Distributions