Natjohan's blog

  1. Install GNS3 1.2 on your Ubuntu from scratch

    dim. 22 février 2015

    Some weeks ago, I published an article in order to install GNS3 beta, now GNS3 is under 1.2.3 version, so here is an update to install it from scratch on ubuntu/elementaryos :

    1/ You need python 3.3 or higher, pip, qtmake and other stuff :

    ~ sudo add-apt-repository ppa ...
  2. Install GNS3 1.0 beta on your Ubuntu from scratch

    lun. 25 août 2014

    Some weeks ago, GNS3 released its beta version, here is the way to install it from scratch on ubuntu/elementaryos :

    1/ You need python 3.3 or higher, pip, qtmake and other stuff :

    ~ sudo add-apt-repository ppa:fkrull/deadsnakes
    ~ sudo aptitude update
    ~ sudo aptitude install git python3.4 python3.4-dev qt4-qmake ...
  3. Install GNS3 on Fedora 18

    lun. 04 février 2013

    GNS3 is a famous network simulator which allow to test network topologies and equipements.

    Installation

    First you have to install Telnet and PyQt4 library with :

    natjohan# yum install telnet pyqt4
    

    Then, install GNS3, download the tgz archive from the official website :

    natjohan# tar -xvzf GNS3-0.8.3.1-src.tar.gz ...