...
- ncurses library
yum install ncurses-devel
- readline library
yum install readline-devel
- rlwrap: Used when telneting into the LUTF telnet server. Allows using up/down errors and other readline features
yum install rlwrap
- python 3.6+
yum install python3
- paramiko
pip3 install paramiko
- netifaces
pip3 install netifaces
- Install PyYAML
pip3 install pyyaml
...