GNS3 Installation Debian Buster: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 1: | Zeile 1: | ||
=Basic Installation= | =Basic Installation= | ||
*apt update | *apt update | ||
| − | *apt install -y python3-pip python3-pyqt5 python3-pyqt5.qtsvg python3-pyqt5.qtwebsockets qemu qemu-kvm qemu-utils libvirt-clients libvirt-daemon-system virtinst wireshark xtightvncviewer apt-transport-https ca-certificates curl gnupg2 software-properties-common | + | *apt install -y python3-pip python3-pyqt5 python3-pyqt5.qtsvg python3-pyqt5.qtwebsockets qemu qemu-kvm qemu-utils libvirt-clients libvirt-daemon-system virtinst wireshark xtightvncviewer apt-transport-https ca-certificates curl gnupg2 software-properties-common vpcs |
*pip3 install gns3-server | *pip3 install gns3-server | ||
*pip3 install gns3-gui | *pip3 install gns3-gui | ||
| + | |||
=Source List= | =Source List= | ||
*echo deb http://ppa.launchpad.net/gns3/ppa/ubuntu bionic main >> /etc/apt/sources.list | *echo deb http://ppa.launchpad.net/gns3/ppa/ubuntu bionic main >> /etc/apt/sources.list | ||
Aktuelle Version vom 25. Oktober 2021, 14:19 Uhr
Basic Installation
- apt update
- apt install -y python3-pip python3-pyqt5 python3-pyqt5.qtsvg python3-pyqt5.qtwebsockets qemu qemu-kvm qemu-utils libvirt-clients libvirt-daemon-system virtinst wireshark xtightvncviewer apt-transport-https ca-certificates curl gnupg2 software-properties-common vpcs
- pip3 install gns3-server
- pip3 install gns3-gui
Source List
- echo deb http://ppa.launchpad.net/gns3/ppa/ubuntu bionic main >> /etc/apt/sources.list
- echo deb-src http://ppa.launchpad.net/gns3/ppa/ubuntu bionic main >> /etc/apt/sources.list
Get the GPG key
- apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F88F6D313016330404F710FC9A2FD067A2E3EF7B
Refresh your metadata, and ONLY install the following two packages!
- apt-get update
- apt install dynamips ubridge
User zur Gruppe hinzufügen
- gpasswd -a kit ubridge
- gpasswd -a kit wireshark