How to Install and Uninstall python3-ncclient Package on Kali Linux

Last updated: April 30,2024

1. Install "python3-ncclient" package

This tutorial shows how to install python3-ncclient on Kali Linux

$ sudo apt update $ sudo apt install python3-ncclient

2. Uninstall "python3-ncclient" package

Please follow the instructions below to uninstall python3-ncclient on Kali Linux:

$ sudo apt remove python3-ncclient $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-ncclient package on Kali Linux

Package: python3-ncclient
Source: python-ncclient
Version: 0.6.15-0.1
Installed-Size: 393
Maintainer: Sebastien Badia
Architecture: all
Depends: python3-lxml, python3-paramiko, python3-six, python3-pkg-resources, python3:any
Suggests: python-ncclient-doc
Size: 70132
SHA256: cf60be6305072ab2226357824e8c1f816bd22c2ca282f0507f11a3f5601c1c87
SHA1: 7c627c6763a7b1dd730c563ac02b79c3c6fa5506
MD5sum: 2216e00a12b80f107cd96a7cfadc6df0
Description: Python library for NETCONF clients (Python 3)
ncclient is a Python library that facilitates client-side scripting
and application development around the NETCONF protocol.
.
NETCONF (Network Configuration Protocol) provides mechanisms to install,
manipulate, and delete the configuration of network devices. Its operations
are realized on top of a simple remote procedure call (RPC) layer.
.
The NETCONF protocol uses an Extensible Markup Language (XML) based data
encoding for the configuration data as well as the protocol messages.
.
This package provides the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/ncclient/ncclient
Section: python
Priority: optional
Filename: pool/main/p/python-ncclient/python3-ncclient_0.6.15-0.1_all.deb