Skip to content

Instantly share code, notes, and snippets.

@eltechno
Forked from AJNOURI/install-gns3-ubuntu-17-10
Created November 16, 2017 21:54
Show Gist options
  • Save eltechno/d5c3f193422405f4e8c496d7e89bc9cb to your computer and use it in GitHub Desktop.
Save eltechno/d5c3f193422405f4e8c496d7e89bc9cb to your computer and use it in GitHub Desktop.
Installing GNS3 on Ubuntu 17.10
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