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

Last updated: May 16,2024

1. Install "python3-fasttext" package

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

$ sudo apt update $ sudo apt install python3-fasttext

2. Uninstall "python3-fasttext" package

Please follow the steps below to uninstall python3-fasttext on Kali Linux:

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

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

Package: python3-fasttext
Source: fasttext
Version: 0.9.2+ds-7
Installed-Size: 1352
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), python3 (<< 3.13), python3 (>= 3.11~), python3-numpy, python3-pkg-resources, python3-pybind11, python3:any
Size: 327680
SHA256: a35fca9d30c9e6dd043b739e2e8956876cb1b29c6fa6ddb18d4a7510eb560ae8
SHA1: cb0bb38eb46f59901dc693d3355f66480a74de5a
MD5sum: 4c9fb8052143aa017938db90f5160ee1
Description: fastText binding for Python3
fastText is a library for efficient learning of word representations
and sentence classification, which refers subword information to
enrich word vectors.
.
python3-fasttext is its binding for Python3.
Description-md5:
Homepage: https://github.com/facebookresearch/fastText
Section: python
Priority: optional
Filename: pool/main/f/fasttext/python3-fasttext_0.9.2+ds-7_amd64.deb