• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install GNS3 2.1.3 on Linux Mint 18.3

2558

To install GNS3 2.1.3 on Linux Mint 18.3

GNS3 is a free and cross-platform software under GPLv3 licensing and its source code is freely available on GitHub and can be modified. GNS3 allows you to visualize, plan, test and troubleshoot network environments across any vendor platform at scale and it can be done without the need to directly interact with the network hardware. Its intuitive graphical interface lets the users to seamlessly connect all types of virtual interfaces to compose a real representation of networks.

Installing GNS3 2.1.3

First, make sure you update tha system repository by making use of the following command.

linuxhelp user # apt-get update
Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Ign:2 http://packages.linuxmint.com sylvia InRelease                                                                
Hit:3 http://archive.canonical.com/ubuntu xenial InRelease                                
.
.
Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [673 kB]
Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [587 kB]
Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [545 kB]                                                                      
Fetched 3,678 kB in 6s (548 kB/s)                                                                                                                           
Reading package lists... Done

Once it is done, you need to add the necessary repository by making use of the following command.

linuxhelp user # add-apt-repository ppa:gns3/ppa
You are about to add the following PPA:
 PPA for GNS3 and Supporting Packages. Please see http://www.gns3.com for more details
 More info: https://launchpad.net/~gns3/+archive/ubuntu/ppa
Press Enter to continue or Ctrl+C to cancel
Executing: /tmp/tmp.cwwqMrT7vb/gpg.1.sh --keyserver
hkp://keyserver.ubuntu.com:80
--recv-keys
A2E3EF7B
gpg: requesting key A2E3EF7B from hkp server keyserver.ubuntu.com
gpg: key A2E3EF7B: public key " Launchpad PPA for GNS3"  imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)

And then you need to update the system again.

linuxhelp user # apt-get update
Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://archive.ubuntu.com/ubuntu xenial-updates InRelease                                                                           
Get:3 http://ppa.launchpad.net/gns3/ppa/ubuntu xenial InRelease [17.5 kB]                                                                 
Hit:4 http://archive.canonical.com/ubuntu xenial InRelease                                                                                
.
.
Get:11 http://ppa.launchpad.net/gns3/ppa/ubuntu xenial/main amd64 Packages [1,728 B]
Get:12 http://ppa.launchpad.net/gns3/ppa/ubuntu xenial/main i386 Packages [1,704 B]
Get:13 http://ppa.launchpad.net/gns3/ppa/ubuntu xenial/main Translation-en [836 B]
Fetched 23.9 kB in 2s (11.8 kB/s)   
Reading package lists... Done 

Now is the time to install GNS3 by making use of the following command.

linuxhelp user # apt-get install gns3-gui
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  augeas-lenses bridge-utils cpulimit dynamips ebtables gns3-server ipxe-qemu libaio1 libaugeas0 libavahi-gobject0 libavahi-ui-gtk3-0 libboost-random1.58.0
  libboost-thread1.58.0 libc-ares2 libcacard0 libfdt1 libgtk-vnc-2.0-0 libgvnc-1.0-0 libiscsi2 libjs-openlayers libnetcf1 libnghttp2-14 libnl-route-3-200
  libqt5clucene5 libqt5designer5 libqt5help5 libqt5multimedia5 libqt5test5 libqt5websockets5 librados2 librbd1 libsmi2ldbl libspice-client-glib-2.0-8
  libspice-client-gtk-3.0-4 libspice-server1 libusbredirhost1 libusbredirparser1 libvirt-bin libvirt0 libvncserver1 libwireshark-data libwireshark8
.
.
Setting up spice-client-glib-usb-acl-helper (0.30-1) ...
Setting up libspice-client-glib-2.0-8:amd64 (0.30-1) ...
Setting up libspice-client-gtk-3.0-4:amd64 (0.30-1) ...
Setting up vinagre (3.18.2-1) ...
Setting up gns3-gui (2.1.3~xenial1) ...
Successfully updated /usr/share/gns3/gns3-gui/bin/python3
Processing triggers for libc-bin (2.23-0ubuntu9) ...
Processing triggers for systemd (229-4ubuntu21) ...
Processing triggers for ureadahead (0.100.0-19) ...

Once it is done, you should configure to run GNS3 for non-super user.
GNS3


The configuration by a non-user can help you capture packets.
Capture

Now, in the terminal, you need to type GNS3 in the following manner.

linuxhelp user # gns3
your locale en_IN.ISO8859-1 encoding is not UTF-8, switching to the UTF-8 version...
2018-02-19 01:46:50 INFO root:126 Log level: INFO
2018-02-19 01:46:50 INFO main:258 GNS3 GUI version 2.1.3
2018-02-19 01:46:50 INFO main:259 Copyright (c) 2007-2018 GNS3 Technologies Inc.
2018-02-19 01:46:50 INFO main:261 Application started with /usr/bin/gns3

The GNS3 is now open.
Open


You can also check the version of GNS3
Version
With this, the method to install GN3 on Linux Mint 18.3 comes to an end.

Tags:
michael
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

What hardware is currently emulated with GNS3?

A

There is a list of emulated hardware posted here: Hardware emulated by GNS3.

Q

how to remove GNS3?

A

run the following command to remove "# apt-get remove gns3-gui"

Q

how to check version of gns3 using command ?

A

execute the command as follow "# gns3 --version".

Q

How to login with my GNS3 Jungle account?

A

To sign into the GNS3 Academy, you will need to create a new account at the Sign-Up page. We cannot connect your GNS3 Academy account with your Jungle account in this version of the GNS3 Acad.

Q

What is the IOUVM?

A

The IOUVM was the VM provided with GNS3 1.3 in order to run IOU devices. Starting with 1.4 it’s replaced by the GNS3 VM.

Related Tutorials in How to install GNS3 2.1.3 on Linux Mint 18.3

Related Tutorials in How to install GNS3 2.1.3 on Linux Mint 18.3

How to install WinRAR 5.11 on Linuxmint 18.03
How to install WinRAR 5.11 on Linuxmint 18.03
May 22, 2018
How to Setup VNC Server on Linux Mint 20
How to Setup VNC Server on Linux Mint 20
Dec 22, 2020
How to install and configure samba setup in Linux mint - 18.3
How to install and configure samba setup in Linux mint - 18.3
Mar 26, 2018
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Sep 19, 2018
How to Install and Configure Samba on Linux Mint 20
How to Install and Configure Samba on Linux Mint 20
Nov 9, 2020
How to Install NextCloud on Linux Mint 18.3
How to Install NextCloud on Linux Mint 18.3
Feb 27, 2018
How To Install And Update OpenSSL On Linuxmint 18.3
How To Install And Update OpenSSL On Linuxmint 18.3
Jun 8, 2018
How To Install AnyDesk on Linux Mint 18.3
How To Install AnyDesk on Linux Mint 18.3
Apr 11, 2018

Related Forums in How to install GNS3 2.1.3 on Linux Mint 18.3

Related Forums in How to install GNS3 2.1.3 on Linux Mint 18.3

Linux
isaac class=
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-8.0/mysql-client-core-8.0_8.0.21-0ubuntu0.20.04.4_amd64.deb 404 Not Found
Dec 4, 2020
Linux Mint
AlxH class=
Complete beginner, install bluegriffon
Jul 1, 2020
Linux
AadrikaAnshu class=
How to add timestamps to history On Any Linux Machine
Jun 18, 2019
Linux Mint
bz0 class=
How to change a function of a key
Jun 7, 2019
Linux Mint
who class=
How to compare multiple files
Nov 10, 2019
NFS (Network File System)
Mike class=
Linux Mint 18.3 - NFS Shares - Only Root Can Mount Share
Oct 4, 2019
Command Line Tools
wayne class=
Deleting windows files booting from mint(usb)
Sep 16, 2017
Ubuntu
Kirin class=
Videos Always Micro-Shutter
Mar 8, 2019

Related News in How to install GNS3 2.1.3 on Linux Mint 18.3

Related News in How to install GNS3 2.1.3 on Linux Mint 18.3

A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
Apr 9, 2019
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
May 2, 2017
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Mar 14, 2017
The Best Linux Operating System is in the house: Mint 18.2
The Best Linux Operating System is in the house: Mint 18.2
Aug 12, 2017
Linux Mint 18.1 released with smooth features and offers long-term support
Linux Mint 18.1 released with smooth features and offers long-term support
Apr 11, 2017
Linux Mint 18.2 Sonya Beta version now available for download
Linux Mint 18.2 Sonya Beta version now available for download
Jun 7, 2017
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Isaiah ?
What is the use of SUID & SGID commands

How to set the special permissions to the files and folders using SUID and SGID commands...

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.