Technical requirements

The examples and source code for this chapter are available in the GitHub repository in the Chapter06 folder: https://github.com/PacktPublishing/Learning-Python-Networking-Second-Edition/tree/master/chapter6.

This chapter requires quite a few third-party packages, such as paramiko and pysnmp. You can use your operating system's package management tool to install them. If we are working with Python 3 in Debian and Ubuntu Unix distributions, all of the modules that are required for understanding the topics will be covered in this chapter.

We can use the following commands to install the required modules in a Debian distribution:

  • sudo apt-get install python3
  • sudo apt-get install python3-setuptools
  • sudo easy_install3 paramiko
  • sudo easy_install3 python3-ldap
  • sudo easy_install3 pysnmp
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset