sentencepiece on AUR (Arch User Repository)

Last updated: September 28,2024

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

$ yay -S sentencepiece

* (Optional) Uninstall sentencepiece on Arch using YAY

$ yay -Rns sentencepiece

2. Manually Install "sentencepiece" via AUR

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

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

b. Clone sentencepiece's git locally

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

c. Go to ~/sentencepiece folder and install it

$ cd ~/sentencepiece $ makepkg -si

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

ID: 1424238
Name: sentencepiece
PackageBaseID: 203531
PackageBase: sentencepiece
Version: 0.2.0-1
Description: Unsupervised text tokenizer for Neural Network-based text generation
URL: https://github.com/google/sentencepiece
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: Henry-ZHR
Submitter: Henry-ZHR
FirstSubmitted: 1710052924
LastModified: 1710052924
URLPath: /cgit/aur.git/snapshot/sentencepiece.tar.gz