Sunday, May 10, 2020

How To install & Uninstall Remove GNS3 On Ubuntu 20.04 LTS

 Video Tutorial -https://youtu.be/OoQDTrgUWys

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

GNS3 is an open source, free Network Simulator used by hundreds of thousands of network engineers worldwide to emulate, configure, test and troubleshoot virtual and real networks. GNS3 has helped in virtualizing real hardware devices and preparation for certification exams such as the Cisco CCNA, CCNP, CCIE, Juniper certifications e.t.c.
Offcial Website -https://www.gns3.com/
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Testing Environment: Ubuntu 20.04 LTS
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
sudo add-apt-repository ppa:gns3/ppa -y ; sudo apt-get update ; sudo apt-get install gns3-gui build-essential net-tools curl git software-properties-common -y
gns3

Uninstall or Remove Gns3 -
sudo apt-get remove --auto-remove gns3-server gns3-gui
sudo apt autoremove 

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

No comments:

Post a Comment