Search Criteria
Package Details: gns3-gui 2.2.51-1
Package Actions
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.67 |
First Submitted: | 2014-05-13 18:56 (UTC) |
Last Updated: | 2024-11-13 19:48 (UTC) |
Dependencies (14)
- desktop-file-utils (desktop-file-utils-gitAUR)
- python-distro
- python-jsonschema
- python-psutil
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-pyqt5-sip
- python-sentry_sdk
- python-setuptools
- python-truststore
- qt5-svg (qt5-svg-gitAUR)
- qt5-websockets (qt5-websockets-gitAUR)
- gns3-serverAUR (gns3-server-gitAUR) (optional) – GNS3 backend. Manages emulators such as Dynamips, VirtualBox or Qemu/KVM
- wireshark-qt (wireshark-gitAUR, wireshark-libsmi-qtAUR) (optional) – Live packet capture
- xterm (xterm-alacritty-symlinkAUR, kitty-xterm-symlinksAUR, xterm-gitAUR, xterm-alacritty-smooth-cursor-symlinkAUR) (optional) – Default terminal emulator for CLI management of virtual instances
Required by (1)
- gns3-server (optional)
Latest Comments
1 2 3 4 5 6 .. 13 Next › Last »
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:
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.
Mario156090 commented on 2023-05-04 19:20 (UTC)
Today after python 3.11 update appears this error:
raceback (most recent call last): File "/usr/lib/python3.11/importlib/metadata/init.py", line 563, 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.38', '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.11/importlib/metadata/init.py", line 981, in distribution return Distribution.from_name(distribution_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/metadata/init.py", line 565, in from_name raise PackageNotFoundError(name) importlib.metadata.PackageNotFoundError: No package metadata was found for gns3-gui
dalline commented on 2022-11-12 02:08 (UTC)
When I installed gns3 gui and gns server, the Python sip problem also occurred, and now the following problems have occurred 发生错误,没有软件包被更新。错误:未找到目标:python-pep517 错误:未找到目标:python-build 错误:未找到目标:python-installer -> 安装软件库软件包时出错
cryptorekt commented on 2022-10-18 17:21 (UTC)
@buzo I can confirm that the fix works. Thanks
buzo commented on 2022-10-18 16:07 (UTC)
python-sip dependency and jsonschema requirement should be fixed now.
GottamRev1 commented on 2022-10-18 14:20 (UTC)
python-sip is a build requirement but it's not available in AUR or repos, got it from https://aur.archlinux.org/packages/python-sip4
cryptorekt commented on 2022-10-16 21:57 (UTC)
@Inetol I used the flag "--ala-only" and the older versions appeared. Thanks
inetol commented on 2022-10-16 21:33 (UTC)
@cryptorekt Make sure you are fetching from the ALA server and not from the local cache.
1 2 3 4 5 6 .. 13 Next › Last »