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

Last updated: May 12,2024

1. Install "python-avro" package

In this section, we are going to explain the necessary steps to install python-avro on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-avro

2. Uninstall "python-avro" package

Please follow the guidance below to uninstall python-avro on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-avro
Priority: optional
Section: universe/python
Installed-Size: 132
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: all
Version: 1.8.0+dfsg-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-avro/python-avro_1.8.0+dfsg-1_all.deb
Size: 22914
MD5sum: 88766c5fb47e54f41a97aaa334d02150
SHA1: 0324fa5633e8ffa8be6f1cc02d0a3364685da3ba
SHA256: dbea7d20918c884269a3dd4dbd28deb8d75934420c5ae07626994538a5e9bafa
Description-en: Apache Avro serialization system — Python 2 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 2 library.
Description-md5: 0515f40d5dd9f590b9193a1f0a46c7ec
Homepage: http://avro.apache.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu