Installation GNS3 in Debian 12
In this article, I present an update of the process of installing GNS3 in Debian 12, based on the previous post for Debian 11. If you need more detailed details about the installation or configuration of GNS3, I recommend you review the previous version.
GNS3 installation We update the repositories and install the available system updates.
javiercruces@HPOMEN15:~$ sudo apt update -y && sudo apt upgrade -y We install the necessary dependencies for GNS3, including Python, virtualization tools (KVM, QEMU, libvirt), additional libraries (PyQt5, dynamipes) and other utilities.