openfst on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S openfst

* (Optional) Uninstall openfst on Arch using YAY

$ yay -Rns openfst

2. Manually Install "openfst" via AUR

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

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

b. Clone openfst's git locally

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

c. Go to ~/openfst folder and install it

$ cd ~/openfst $ makepkg -si

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

ID: 1385535
Name: openfst
PackageBaseID: 28717
PackageBase: openfst
Version: 1.8.3-1
Description: Library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs)
URL: https://www.openfst.org
NumVotes: 29
Popularity: 0
OutOfDate:
Maintainer: petronny
Submitter: ChrDr
FirstSubmitted: 1248469004
LastModified: 1705227248
URLPath: /cgit/aur.git/snapshot/openfst.tar.gz

5. The same packages on other Linux Distributions