GNS3: Instalasi di Ubuntu 24.04

From OnnoCenterWiki
Revision as of 03:20, 10 May 2024 by Unknown user (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Tambahkan

sudo su
apt update
apt -y install virtualbox

Tambahkan repository

sudo su
sudo add-apt-repository ppa:gns3/ppa

Install GNS3

sudo apt update && sudo apt -y install gns3-server gns3-gui

Install GNS3 IOU

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt -y install gns3-iou