GNS3 Installation Docs For CentOS 8

Home » CentOS » GNS3 Installation Docs For CentOS 8
CentOS 4 Comments

Hi, Does anyone have GNS3 installation guide​ for CentOS 8?

Would be grateful if you could give me.

Thank you.

Sonam
******************************************************************************************************************************
Information contained in this message maybe confidential in nature and is meant for the intended recipient(s) of the message only. Tashi InfoComm Limited has the sole right to such information and any copying/redistribution of the information contained in the message, without the prior written consent of Tashi InfoComm Limited, is Prohibited.
******************************************************************************************************************************

4 thoughts on - GNS3 Installation Docs For CentOS 8

  • I have some notes for the installation that I use for Fedora, I can test for CentOS 8 and share it with you or stick it on the Wiki.

  • This was validated in a KVM

    – Install dependencies
    $ sudo dnf -y install platform-python-devel qt5-qtbase python3-qt5
    – Download and install dynamips and ubridge
    ubridge-0.9.14-5.fc30.x86_64.rpm [
    https://rpmfind.net/linux/rpm2html/search.php?query=ubridge%5D
    dynamips-0.2.21-1.el8.x86_64 [
    https://rpmfind.net/linux/rpm2html/search.php?query=dynamips%5D
    $ sudo dnf install ~/Downloads/ubridge-0.9.14-5.fc30.x86_64.rpm
    $ sudo dnf install ~/Downloads/dynamips-0.2.21-1.el8.x86_64.rpm
    – install GNS3 packages
    $ pip3 install gns3-gui gns3-server gns3-netifaces gns3-net-converter

    I tested a couple of docker container and a cisco router, hope this helps

  • Am 30.04.20 um 03:16 schrieb Earl Ramirez:

    Crazy stuff, installing foreign binary packages :-)

  • Unfortunately, these packages do not exists in EPEL, but it’s available in Fedora and a couple of COPR repo one ones that was tested from CORP
    failed due to a couple of missing dev packages. Maybe, this is something that can be included into appstream?