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

Last updated: June 02,2024

1. Install "libunivalue-dev" package

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

$ sudo apt update $ sudo apt install libunivalue-dev

2. Uninstall "libunivalue-dev" package

This guide covers the steps necessary to uninstall libunivalue-dev on Kali Linux:

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

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

Package: libunivalue-dev
Source: libunivalue
Version: 1.1.1+20191112-2
Installed-Size: 132
Maintainer: Debian Cryptocoin Team
Architecture: amd64
Depends: libunivalue0 (= 1.1.1+20191112-2), pkg-config
Size: 28024
SHA256: 7d045a446f35e8c0df8d25f8917236e619938829f75d5d9ee284a4146e25ead1
SHA1: a331f25e664508ccae89f70eede8dc3bef071982
MD5sum: 5a1a383bd774176fa5d518f5c74d6d2f
Description: C++ universal value object and JSON library - development headers
A universal value object, with JSON encoding (output) and decoding
(input).
.
Built as a single dynamic RAII C++ object class, and no templates.
.
UniValue is a reaction to json_spirit,
seeking to minimize template and memory use,
providing a straightforward RAII class
compatible with link-time optimization and embedded uses.
.
This package provides header files for development.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/jgarzik/univalue
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libu/libunivalue/libunivalue-dev_1.1.1+20191112-2_amd64.deb