June 2017
Intermediate to advanced
446 pages
10h 10m
English
Here are the Ubuntu packages that we will install, you may already have some of the packages such as Python development, pip, and Git:
$ sudo apt-get install -y python3-dev libxml2-dev libxslt1-dev libffi-dev libssl-dev zlib1g-dev python3-pip git python3-requests
The ncclient (https://github.com/ncclient/ncclient) library is a Python library for NETCONF clients, so we will install this from the GitHub repository to install the latest version:
$ git clone https://github.com/ncclient/ncclient$ cd ncclient/$ sudo ...
Read now
Unlock full access