Installation
linux install script
$ curl --proto '=https' --tlsv1.2 https://docs.eduvpn.org/client/linux/install.sh -O
$ bash ./install.sh
Version
eduVPN CLI version: 4.6.0 with eduvpn-common version: 4.0.0
Wireguard seems to be a dependency, but is not met
I just had this error message
2025年10月23日 12:31:25,859 - MainThread - ERROR - eduvpn.nm - nm.py:745 - nm-device-error-quark: eduVPN failed to create resources: Failed to create WireGuard interface 'eduVPN' for 'eduVPN': Vorgang wird nicht unterstützt (1)
on Pop!_OS 22.04, which uses NetworkManager and apparently does not come with wireguard support installed. I was able to resolve the issue by installing the package wireguard-tools and rebooting, but spend a bit of time making sense of the error message first.
If eduVPN depends on wireguard, it should install wireguard-tools on apt managed distros. If not possible, please make a short note regarding the issue on this page.
# Installation
linux install script
$ curl --proto '=https' --tlsv1.2 https://docs.eduvpn.org/client/linux/install.sh -O
$ bash ./install.sh
# Version
eduVPN CLI version: 4.6.0 with eduvpn-common version: 4.0.0
# Wireguard seems to be a dependency, but is not met
I just had this error message
2025年10月23日 12:31:25,859 - MainThread - ERROR - eduvpn.nm - nm.py:745 - nm-device-error-quark: eduVPN failed to create resources: Failed to create WireGuard interface 'eduVPN' for 'eduVPN': Vorgang wird nicht unterstützt (1)
on Pop!_OS 22.04, which uses NetworkManager and apparently does not come with wireguard support installed. I was able to resolve the issue by installing the package `wireguard-tools` and rebooting, but spend a bit of time making sense of the error message first.
If eduVPN depends on wireguard, it should install `wireguard-tools` on apt managed distros. If not possible, please make a short note regarding the issue on [this](https://docs.eduvpn.org/client/linux/support.html) page.