Netshot is a powerfull and simple free software for network engineer, it is use to backup/push/compare/etc… configuration of multiple vendors.
Github : https://github.com/netfishers-onl/Netshot/wiki/Installing-Netshot-on-Ubuntu-16-or-later-(or-any-Debian-based-distribution)
Netshot : http://www.netfishers.onl/netshot
Installation :
I use Ubuntu Server 18.04, and Java 8 .
To install Java 8 since it is depreciated this is the command for installation :
sudo apt update sudo apt install openjdk-8-jdk openjdk-8-jre
java -version
cat >> /etc/environment <<EOL JAVA_HOME= /usr/lib/jvm/java-8-openjdk-amd64 JRE_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre EOL
Then follow the installation from Netshot :
https://github.com/netfishers-onl/Netshot/wiki/Installing-Netshot-on-Ubuntu-16-or-later-(or-any-Debian-based-distribution)
Enjoy !