Package Details: gns3-gui 3.0.5-1

Git Clone URL: https://aur.archlinux.org/gns3-gui.git (read-only, click to copy)
Package Base: gns3-gui
Description: GNS3 network simulator. Graphical user interface package.
Upstream URL: https://github.com/GNS3/gns3-gui
Licenses: GPL-3.0-only
Groups: gns3
Submitter: korjjj
Maintainer: buzo
Last Packager: buzo
Votes: 97
Popularity: 0.016196
First Submitted: 2014-05-13 18:56 (UTC)
Last Updated: 2025-05-26 19:33 (UTC)

Dependencies (16)

Required by (2)

Sources (3)

Pinned Comments

buzo commented on 2025-05-28 11:58 (UTC)

Upstream has split development of the major versions 2 and 3. This package will keep tracking the latest version. If you prefer version 2, there is now a separate package gns3-gui-2.

Latest Comments

1 2 3 4 5 6 .. 14 Next › Last »

buzo commented on 2025-05-28 11:58 (UTC)

Upstream has split development of the major versions 2 and 3. This package will keep tracking the latest version. If you prefer version 2, there is now a separate package gns3-gui-2.

kotv commented on 2025-05-27 18:56 (UTC)

@buzo please provide the package tracking version 2 as, at least for now, there is no compatibility between v2 and v3

buzo commented on 2025-04-28 17:47 (UTC)

Thanks cuan, fixed.

buzo commented on 2025-04-28 17:37 (UTC)

Upstream has split development of the major versions 2 and 3, with 2.2.54 being the latest release. I will keep this package tracking version 3, but could provide a separate package tracking version 2, if there is interest.

0x0ffe1 commented on 2025-03-26 07:24 (UTC)

@KiLoB0 You could clone this aur git repository and reset to the previous version and makepkg to install specific version.

cuan commented on 2025-03-18 18:02 (UTC)

python-sentry_sdk should be an optional dependency, per https://github.com/GNS3/gns3-gui/commit/f7703e3fa27c598f64d52c6a07b502018ac5e821

I made sure the package still works without it & the same is true for the server and git packages.

udotirol commented on 2025-01-27 11:21 (UTC)

just a little heads up that 3.0.3 has been released.

new sha256 for v3.0.3 is b10317821dc282634720b70a8b2a9970ca4d3036f5835e2db0e673166eff9cb7

rhysperry111 commented on 2024-05-20 09:02 (UTC)

I'm getting the following error when trying to run gns3 (gui) after a recent rebuild:

Traceback (most recent call last):
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 397, in from_name
    return next(cls.discover(name=name))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/gns3", line 33, in <module>
    sys.exit(load_entry_point('gns3-gui==2.2.46', 'gui_scripts', 'gns3')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/gns3", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
                       ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 862, in distribution
    return Distribution.from_name(distribution_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 399, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for gns3-gui

KiLoB0 commented on 2023-08-18 19:37 (UTC)

Is there anyway to downgrade to 2.240 if I don't have it in my cache? Looking to downgrade to be able to use a school environment

cryptorekt commented on 2023-06-14 19:31 (UTC) (edited on 2023-06-14 19:31 (UTC) by cryptorekt)

@Mario156090 I got the same problem after installing updates. Fixed it by installing sentry-sdk and pyqt5. After installing sentry-sdk, I got an error message regarding pyqt.

pip install --upgrade sentry-sdk

pip install PyQt5

Everything works now. Hope that helps.