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

Last updated: May 17,2024

1. Install "python3-avro" package

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

$ sudo apt update $ sudo apt install python3-avro

2. Uninstall "python3-avro" package

Learn how to uninstall python3-avro on Kali Linux:

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

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

Package: python3-avro
Source: python-avro
Version: 1.11.1+dfsg-2
Installed-Size: 465
Maintainer: Debian Python Team
Architecture: all
Depends: python3-typing-extensions | python3 (>> 3.8), python3:any
Size: 70528
SHA256: e64399e2d741f5f14574d01d429b02e6877d70d27eeddf722de21da6917b5c9b
SHA1: 0cb0e3e056adeaa57811ef4cccf5d1b6bf97d299
MD5sum: a3b618e1ec534d99baf80e3c298e535c
Description: Apache Avro serialization system (Python 3 library)
Apache Avro is a data serialization system providing
* Rich data structures.
* A compact, fast, binary data format.
* A container file, to store persistent data.
* Remote procedure call (RPC).
* Simple integration with dynamic languages. Code generation is not
required to read or write data files nor to use or implement RPC protocols.
Code generation as an optional optimization, only worth implementing for
statically typed languages.
.
This package installs the implementation as a Python 3 library.
Description-md5:
Homepage: https://avro.apache.org
Section: python
Priority: optional
Filename: pool/main/p/python-avro/python3-avro_1.11.1+dfsg-2_all.deb