How to Install and Uninstall python3-avro Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python3-avro" package

This is a short guide on how to install python3-avro on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-avro

2. Uninstall "python3-avro" package

Please follow the step by step instructions below to uninstall python3-avro on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-avro package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-avro
Priority: optional
Section: universe/python
Installed-Size: 167
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: all
Source: python-avro
Version: 1.8.0+dfsg-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-avro/python3-avro_1.8.0+dfsg-1_all.deb
Size: 29990
MD5sum: d4648099a60d58dd88385565bfc4f6bd
SHA1: 5767dae2e0c04c898de198474227ea0dcfa4578e
SHA256: 486319ea84981f0cb2cd6cdfc142f3becbfbdde94b8323837d44c29fe04fb27a
Description-en: 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: 135a35336c46f64c71f103dc419ad66a
Homepage: http://avro.apache.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu