You are on page 1of 8

DOWNLOAD DOCUMENTATION COMMUNITY MARKETPLACE ACADEMY

DOCUMENTATION

Last updated
December 21, 2016
INSTALLATION FROM
Contributors
PACKAGES
Julien Duponchelle
Ubuntu-based distributions
Ricar Ganancial
(64-bit only)

EDITDebian-based
THIS ARTICLE distributions
(64-bit only)
Arch Linux

Fedora

Gentoo

Sabayon
INSTALLATION
Alpine Linux
FROM PACKAGES
OpenSuse

Ubuntu-based distributions (64-bit only)

INSTALLATION FROM
This instructions are for Ubuntu and all distributions based on it like Linux Mint.
SOURCE
sudo add-apt-repository ppa:gns3/ppa
sudo apt-get update
sudo apt-get install gns3-gui

NEXT STEP

Last updated
If you want IOU 21,
December support:
2016

Contributors
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install gns3-iou

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

Arch Linux

Note that this package is maintained by a third-party.

Run the following commands in a terminal:

pacman -S gns3-gui gns3-server


Fedora

Note that this package is maintained by a third-party.

Starting with Fedora 24 packages are available in of4cial repositories.

dnf install gns3-server gns3-gui wireshark wireshark-qt

WARNING
21/12/16 the installation is broken: https://bugzilla.redhat.com/show_bug.cgi?id=1406711

For QEMU/KVM guests:

dnf install qemu-kvm qemu-system-x86


For Dynamips emulation, packages are still under review, however you can use this copr repository:

dnf copr enable athmane/gns3-extra


dnf install vpcs dynamips

For IOU support with Fedora

https://gns3.com/discussions/use-iou-images-in-64-bit-linux

Gentoo

Note that this package is maintained by a third-party.

Run the following commands in a terminal:

emerge -av net-misc/gns3-gui

Sabayon
Note that this package is maintained by a third-party.

Run the following commands in a terminal:

equo i net-misc/gns3-gui net-misc/gns3-converter net-misc/gns3-server

Alpine Linux

Note that this package is maintained by a third-party.

GNS3 is in testing repository of "edge" version.

apk update && apk add gns3-gui gns3-server

OpenSuse

Note that this package is maintained by a third-party.

http://software.opensuse.org/download.html?project=home%3ADremor%3Agns3&package=gns3-gui
INSTALLATION FROM SOURCE

Source archive

The GNS3 source archive can be downloaded from here

Qemu is not provided you need to install it by hand.

Installation from PyPi

PyPi is the python package index. A repository for pure python package.

pip3 install gns3-gui


pip3 install gns3-server

You will also need to install all the dependencies by hand (qemu, iouyap, ubridge, dynamips...).

NEXT STEP
You need now to follow the setup wizard:
The setup wizard

You might also like