Search Criteria
Package Details: wireguird 1.1.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/wireguird.git (read-only, click to copy) |
|---|---|
| Package Base: | wireguird |
| Description: | GUI frontend to connect to and manage WireGuard tunnels (GTK3) |
| Upstream URL: | https://github.com/UnnoTed/wireguird |
| Licenses: | MIT |
| Submitter: | flan_suse |
| Maintainer: | flan_suse |
| Last Packager: | flan_suse |
| Votes: | 11 |
| Popularity: | 0.69 |
| First Submitted: | 2023-06-20 03:51 (UTC) |
| Last Updated: | 2023-10-01 01:01 (UTC) |
Dependencies (6)
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- libayatana-appindicator
- openresolv (openresolv-gitAUR, systemd-resolvconf-gitAUR, systemd-resolvconf-selinuxAUR, systemd-resolvconf)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- wireguard-tools
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, go-binAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
1 2 Next › Last »
flan_suse commented on 2025-12-26 23:00 (UTC) (edited on 2025-12-26 23:01 (UTC) by flan_suse)
@skippy
Why aren't you using
makepkgor your AUR helper? The only file you need is thePKGBUILDwhich you can grab from here. If you have an AUR helper, it's recommended to use it instead.There's no reason to manually build anything from upstream source if you want to install directly from the AUR.
skippy commented on 2025-12-26 11:43 (UTC)
solved DNS entry issue thanks to your help. Nevertheless can't get the GUI installed or activated using Endeavour with the Plasma Desktop. executed following commands git clone https://github.com/UnnoTed/wireguird cd wireguird chmod +x ./*.sh ./deps.sh ./package.sh ./install.sh
looks like that I'm missing something. I'm a newbie to Linux and might not know how to compile or install this package. makepkg does not work as there is no build config. Any help will be highly appreciated. Got the wireguard VPN working but only via the command line.
linduxed commented on 2025-06-28 06:30 (UTC)
The issue seems to have resolved itself for me as well. Something temporary, I guess.
atdma commented on 2025-06-27 02:21 (UTC) (edited on 2025-06-27 02:22 (UTC) by atdma)
If you're encountering issues with Go failing to download dependencies (e.g.,
fileb0x), it may be due to DNS resolution problems; especially if you're experiencing IPv6-related issues. A quick workaround is to manually edit/etc/resolv.confand add the following lines:This sets Cloudflare's DNS, which can help resolve the issue.
flan_suse commented on 2025-06-24 16:30 (UTC)
I just built it again from scratch with no network issues.
linduxed commented on 2025-06-24 08:03 (UTC)
For what it's worth, I'm getting a very similar error:
flan_suse commented on 2025-06-24 04:05 (UTC) (edited on 2025-06-24 16:30 (UTC) by flan_suse)
@PureW What AUR helper are you using? It needs to install the makedeps. The package
gois a makedep forwireguird.Your error looks like an issue on your network. DNS or router config?
PureW commented on 2025-06-22 16:16 (UTC)
This doesn't seem to build currently:
flan_suse commented on 2024-01-18 23:44 (UTC)
@diamalex
That could be an upstream and/or config file issue.
Does the same wireguard config file work with
wg-quick up?diamalex commented on 2024-01-18 20:56 (UTC)
last version (wireguird 1.1.0-1) not work. installed the package. Launched, selected a profile. I click the “activate” button and see this error -
[#] nft-f/dev/fd/63 /dev/fd/63:1:37-37: Error: syntax error, unexpected +, expecting end of file or newline or semicolon /dev/fd/63:2:37-37: Error: syntax error, unexpected +, expecting string or last /dev/fd/63:2:91-91: Error: syntax error, unexpected'}' /dev/fd/63:3:37-37: Error: syntax error, unexpected +, expecting string or last /dev/fd/63:3:94-94: Error: syntax error, unexpected'}’ /dev/fd/63:4:37-37: Error: syntax error, unexpected +, expecting string or last /dev/fd/63:4:96-96: Error: syntax error, unexpected'}' /dev/fd/63:5:36-36: Error: syntax error, unexpected +, expecting string or last /dev/fd/63:6:36-36: Error: syntax error, unexpected +, expecting string or last /dev/fd/63:7:36-36: Error: syntax error, unexpected +, expecting string or last
1 2 Next › Last »