First, GNS3 installation:
1.yaourt Installation:
Configure the Pacman configuration file at the end of the join
[ARCHLINUXCN] #The Chinese Arch Linux communities packages. Siglevel = Optional Trustall Server = http://repo.archlinuxcn.org/$arch
Install Yaourt:
Pacman-s Yaourt
Install with Yaourt:
Yaourt-s Gns3-gui yaourt-s Gns3-server
Installing with Yaourt appears to be an error: You can connect to a local 127.0.0.1:3080.
2. Download the source installation from GitHub
Install Gns3-server:
sudo pacman-s python-pip qt5-svg qt5-webkit python-pyqt5 python-jsonschema python-jinja python-raven python-docker-py py Thon-psutil Python-paramiko python-sip sudo pacman-s git git clone cd gns3-server check n version: git tag | grep v1.5.1 Select Install version: Git checkout v1.5.1 install: sudo python3 setup.py install
Install Gns3-gui:
git clone cd gns3-gui$ git tag | grep v1.5.1 git checkout v1.5.1 sudo python3 setup.py install
At this point, GNS3 installation is complete!
Second, wireshark/qemu/vpcs/dynamips installation:
Pacman-s wireshark qemu vpcs dynamips VirtualBox
This article is from the "10920149" blog, please be sure to keep this source http://10930149.blog.51cto.com/10920149/1859178
Installing the Gns3+wireshark+qemu+vpcs+virtualbox under Archlinuxa