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

Last updated: April 29,2024

1. Install "python3-ais" package

This is a short guide on how to install python3-ais on Kali Linux

$ sudo apt update $ sudo apt install python3-ais

2. Uninstall "python3-ais" package

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

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

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

Package: python3-ais
Source: python-libais
Version: 0.17+git.20190917.master.e464cf8-4
Installed-Size: 711
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-six, python3:any, libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Size: 127880
SHA256: ef567d821d957d1de034c7d3b1e300d1c39154cae2a8e0942ea3db9e39406628
SHA1: f5650986503083672b4fcfd64ccb39fec88a0340
MD5sum: 75373390a1d828cc30947ff695184899
Description: Library for decoding maritime Automatic Identification System messages
There are two interfaces to libais, one high-level iterator based one
and a low-level fast C++ only one.
.
To use the low-level C++ interface directly, you need to handle multi-line
messages and padding yourself.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/schwehr/libais
Section: python
Priority: optional
Filename: pool/main/p/python-libais/python3-ais_0.17+git.20190917.master.e464cf8-4_amd64.deb