How to Install and Uninstall libavro-dev Package on Kali Linux

Last updated: May 12,2024

1. Install "libavro-dev" package

Please follow the guidance below to install libavro-dev on Kali Linux

$ sudo apt update $ sudo apt install libavro-dev

2. Uninstall "libavro-dev" package

Please follow the guidance below to uninstall libavro-dev on Kali Linux:

$ sudo apt remove libavro-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libavro-dev package on Kali Linux

Package: libavro-dev
Source: avro-c (1.11.1-1)
Version: 1.11.1-1+b1
Installed-Size: 582
Maintainer: Robert Edmonds
Architecture: amd64
Depends: libavro23 (= 1.11.1-1+b1)
Size: 101348
SHA256: 4e8f26cdf3427ae5f3e7de4e641c02808ae5b39148abf526c58af459034a717f
SHA1: 2562d9d372dd462e597b12e8dacc605a17e7bfb5
MD5sum: 1bc6ec0ddf21d6f24c3bf0db771c6c2b
Description: Apache Avro C static library and headers (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 development files.
Description-md5:
Homepage: https://avro.apache.org
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/a/avro-c/libavro-dev_1.11.1-1+b1_amd64.deb