Created
October 24, 2017 09:35
-
-
Save AJNOURI/c1209c9337e3edc0569638de12a82e3e to your computer and use it in GitHub Desktop.
Installing GNS3 on Ubuntu 17.10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo add-apt-repository ppa:gns3/unstable | |
sudo apt-get update | |
sudo apt-get install gns3-gui | |
sudo apt install curl | |
curl -O https://download.docker.com/linux/ubuntu/dists/zesty/pool/stable/amd64/docker-ce_17.09.0~ce-0~ubuntu_amd64.deb | |
sudo dpkg -i docker-ce_17.09.0~ce-0~ubuntu_amd64.deb | |
sudo gpasswd -a $USER docker | |
newgrp docker | |
sudo apt-get install xtightvncviewer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment