How to Install and Uninstall sentencepiece Package on Kali Linux

Last updated: May 21,2024

1. Install "sentencepiece" package

This guide let you learn how to install sentencepiece on Kali Linux

$ sudo apt update $ sudo apt install sentencepiece

2. Uninstall "sentencepiece" package

Please follow the steps below to uninstall sentencepiece on Kali Linux:

$ sudo apt remove sentencepiece $ sudo apt autoclean && sudo apt autoremove

3. Information about the sentencepiece package on Kali Linux

Package: sentencepiece
Version: 0.2.0-1
Installed-Size: 240
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libsentencepiece0 (>= 0.2.0), libstdc++6 (>= 13.1)
Size: 61176
SHA256: 45eedc2312b4c49d4000387388119eaa030384e93558cdcedb67010b712d0bb1
SHA1: a4f4eeb68e04694633b300b65820a6c1e6817f21
MD5sum: 677ee9cd654ebdad58079f6ad96d3941
Description: Unsupervised text tokenizer and detokenizer
SentencePiece is an unsupervised text tokenizer/detokenizer mainly
designed for Neural Network-based text generation systems where the
vocabulary size is predetermined prior to the neural model training.
Description-md5:
Homepage: https://github.com/google/sentencepiece
Section: science
Priority: optional
Filename: pool/main/s/sentencepiece/sentencepiece_0.2.0-1_amd64.deb