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

Last updated: May 18,2024

1. Install "libnats-dev" package

This is a short guide on how to install libnats-dev on Kali Linux

$ sudo apt update $ sudo apt install libnats-dev

2. Uninstall "libnats-dev" package

Please follow the instructions below to uninstall libnats-dev on Kali Linux:

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

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

Package: libnats-dev
Source: nats.c (3.7.0-1)
Version: 3.7.0-1+b2
Installed-Size: 374
Maintainer: Victor Seva
Architecture: amd64
Depends: libnats3.7 (= 3.7.0-1+b2)
Size: 64784
SHA256: 5955f7f17c6c17b10b8c2f4c7fa99a53750fcac565bc14519d4d2ea96e693e34
SHA1: 3d3c985f9adb2244c287fceb898c32d23b1c3201
MD5sum: 41c995b94707aab0bd51bbd41b5d1263
Description: C client for the NATS messaging system (development files)
NATS messaging enables the exchange of data that is segmented into messages
among computer applications and services. These messages are addressed by
subjects and do not depend on network location. This provides an abstraction
layer between the application or service and the underlying physical network.
Data is encoded and framed as a message and sent by a publisher.
The message is received, decoded, and processed by one or more subscribers.
.
This package provides the C headers for NATS
Description-md5:
Multi-Arch: same
Homepage: https://github.com/nats-io/nats.c/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/n/nats.c/libnats-dev_3.7.0-1+b2_amd64.deb