python-fasttext on AUR (Arch User Repository)

Last updated: July 08,2024

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

$ yay -S python-fasttext

* (Optional) Uninstall python-fasttext on Arch using YAY

$ yay -Rns python-fasttext

2. Manually Install "python-fasttext" via AUR

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

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

b. Clone python-fasttext's git locally

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

c. Go to ~/python-fasttext folder and install it

$ cd ~/python-fasttext $ makepkg -si

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

ID: 1258667
Name: python-fasttext
PackageBaseID: 140271
PackageBase: python-fasttext
Version: 0.9.2-4
Description: Library for fast text representation and classification – Python bindings
URL: https://github.com/facebookresearch/fastText
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: peippo
Submitter: peippo
FirstSubmitted: 1552385559
LastModified: 1684227333
URLPath: /cgit/aur.git/snapshot/python-fasttext.tar.gz