How to Install and Uninstall python3-sentencepiece Package on Kali Linux

Last updated: May 04,2024

1. Install "python3-sentencepiece" package

Please follow the steps below to install python3-sentencepiece on Kali Linux

$ sudo apt update $ sudo apt install python3-sentencepiece

2. Uninstall "python3-sentencepiece" package

This guide covers the steps necessary to uninstall python3-sentencepiece on Kali Linux:

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

3. Information about the python3-sentencepiece package on Kali Linux

Package: python3-sentencepiece
Source: sentencepiece
Version: 0.2.0-1
Installed-Size: 626
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libsentencepiece0 (>= 0.2.0), libstdc++6 (>= 13.1), python3 (<< 3.13), python3 (>= 3.11~), python3:any
Size: 115436
SHA256: e1e3e0972ff11e9309bcb803d994c5e718e007093750302e3b841794bd16fd54
SHA1: 9f072aab97e6f6c06250982bd4cf6f2d7f94ff8a
MD5sum: 909635688ac3a5621f9017e75ed6f3b3
Description: SentencePiece binding for Python3
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.
.
python3-sentencepiece is its binding for Python3.
Description-md5:
Homepage: https://github.com/google/sentencepiece
Section: python
Priority: optional
Filename: pool/main/s/sentencepiece/python3-sentencepiece_0.2.0-1_amd64.deb