[CentOS] GNS3 installation docs for CentOS 8

Thu Apr 30 01:16:00 UTC 2020
Earl Ramirez <earlaramirez at gmail.com>

> Does anyone have GNS3 installation guide for CentOS 8?
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]
  dynamips-0.2.21-1.el8.x86_64 [
https://rpmfind.net/linux/rpm2html/search.php?query=dynamips]
  $ 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
  
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.centos.org/pipermail/centos/attachments/20200430/6a0c2250/attachment-0004.sig>