fasttext on AUR (Arch User Repository)

Last updated: May 13,2024

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

$ yay -S fasttext

* (Optional) Uninstall fasttext on Arch using YAY

$ yay -Rns fasttext

2. Manually Install "fasttext" via AUR

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

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

b. Clone fasttext's git locally

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

c. Go to ~/fasttext folder and install it

$ cd ~/fasttext $ makepkg -si

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

ID: 1364868
Name: fasttext
PackageBaseID: 136994
PackageBase: fasttext
Version: 0.9.2-3
Description: Library for fast text representation and classification
URL: https://github.com/facebookresearch/fastText
NumVotes: 2
Popularity: 0.13609
OutOfDate:
Maintainer: peippo
Submitter: peippo
FirstSubmitted: 1540803288
LastModified: 1701764466
URLPath: /cgit/aur.git/snapshot/fasttext.tar.gz