Canot install GNS3 Simulator
Tofloor
poster avatar
pyephyoeaung
deepin
2017-05-17 18:45
Author
Help me GNS3 software canot install like that

Debian-based distributions (64-bit only)
FOR DEBIAN JESSIE

Add the following lines to your /etc/apt/sources.list:

deb http://ppa.launchpad.net/gns3/ppa/ubuntu trusty main
deb-src http://ppa.launchpad.net/gns3/ppa/ubuntu trusty main

FOR DEBIAN STRETCH

Add the following lines to your /etc/apt/sources.list:

deb http://ppa.launchpad.net/gns3/ppa/ubuntu xenial main
deb-src http://ppa.launchpad.net/gns3/ppa/ubuntu xenial main

Finally, run the following commands in a terminal:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F88F6D313016330404F710FC9A2FD067A2E3EF7B
sudo apt-get update
sudo apt-get install gns3-gui


Reply Favorite View the author
All Replies
jingle
deepin
2017-05-17 19:05
#1
jingle@jingle:~$ apt-cache search gns3
libcgns3.1 - CFD General Notation System library
libcgns3.1-dbg - CFD General Notation System library
gns3 - Graphical Network Simulator
dynamips - Cisco 7200/3600/3725/3745/2600/1700 Router Emulator



sudo apt-get install gns3
Reply View the author
jingle
deepin
2017-05-17 19:06
#2
Hi  before add ppa  you need added  

sudo apt-get install python-software-properties
sudo apt-get install software-properties-common
sudo apt-get update
Reply View the author