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

Last updated: September 20,2024

1. Install "avro-bin" package

Please follow the step by step instructions below to install avro-bin on Kali Linux

$ sudo apt update $ sudo apt install avro-bin

2. Uninstall "avro-bin" package

Please follow the guidance below to uninstall avro-bin on Kali Linux:

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

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

Package: avro-bin
Source: avro-c (1.11.1-1)
Version: 1.11.1-1+b1
Installed-Size: 78
Maintainer: Robert Edmonds
Architecture: amd64
Depends: libavro23, libc6 (>= 2.34)
Size: 12548
SHA256: 60736519b7736f6e837ce4c6d5f7b8840a3a218a423ceb82ff0c09dfc830722f
SHA1: 878688c0180628b445623790bff9c34861d1837c
MD5sum: 70cb2e526e85ae418b2284e277e77679
Description: Apache Avro C utilities (avro-c)
Apache Avro is a data serialization system. Avro provides rich data
structures; a binary data format; and a container file format, to store
Avro-encoded data persistently.
.
This package provides the "avro-c" implementation of Apache Avro in C.
The C implementation supports:
.
* binary encoding/decoding of all primitive and complex data types
* storage to an Avro Object Container File
* schema resolution, promotion and projection
* validating and non-validating mode for writing Avro data
.
The C implementation of Avro lacks RPC support.
.
This package contains the avro-c command line utilities.
Description-md5:
Homepage: https://avro.apache.org
Section: utils
Priority: optional
Filename: pool/main/a/avro-c/avro-bin_1.11.1-1+b1_amd64.deb