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

Last updated: May 10,2024

1. Install "libnetconf2-dev" package

Please follow the steps below to install libnetconf2-dev on Kali Linux

$ sudo apt update $ sudo apt install libnetconf2-dev

2. Uninstall "libnetconf2-dev" package

Please follow the steps below to uninstall libnetconf2-dev on Kali Linux:

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

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

Package: libnetconf2-dev
Source: libnetconf2 (2.0.24-3)
Version: 2.0.24-3+b1
Installed-Size: 168
Maintainer: Ondřej Surý
Architecture: amd64
Depends: libnetconf2-2 (= 2.0.24-3+b1), libyang2-dev
Size: 25376
SHA256: 60af1c91c3d5e0a5b23f44530dccb76aa7f88ebdea123c6cd4d86ec334a77d8d
SHA1: c48926af1378e604742ac34971226f8e107929c5
MD5sum: 855f3444c6ded1249418ff943a50397d
Description: NETCONF protocol library [C development]
NETCONF library in C intended for building NETCONF clients and servers. NETCONF
is the NETwork CONFiguration protocol introduced by IETF.
.
libnetconf2 is a NETCONF library in C handling NETCONF authentication and all
NETCONF RPC communication both server and client-side. Note that NETCONF
datastore implementation is not a part of this library. The library supports
both NETCONF 1.0 (RFC 4741) as well as NETCONF 1.1 (RFC 6241). The main
features include:
.
* NETCONF over SSH (RFC 4742, RFC 6242), using libssh.
* NETCONF over TLS (RFC 7589), using OpenSSL.
* DNSSEC SSH Key Fingerprints (RFC 4255)
* NETCONF over pre-established transport sessions (using this mechanism the
communication can be tunneled through sshd(8), for instance).
* NETCONF Call Home (RFC 8071).
* NETCONF Event Notifications (RFC 5277),
.
This package contains the static C library and headers.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/CESNET/libnetconf2
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libn/libnetconf2/libnetconf2-dev_2.0.24-3+b1_amd64.deb