Getting lost there...
Can't I simply feed it the conf file the FritzBox created?
Getting lost there...
v0.2.0 tested on: Ubuntu 18.04 LTS, 20.04 LTS and 21.04
wireguird_amd64.deb (1.8mb)
v1.0.0 tested on: Ubuntu 22.04 LTS and 22.10, Linux Mint 21.1
wireguird_amd64.deb (2.6mb)
v1.1.0 tested on: Ubuntu 23.04
wireguird_amd64.deb (2.6mb)
wget https://github.com/UnnoTed/wireguird/releases/download/v1.1.0/wireguird_amd64.deb
sudo dpkg -i ./wireguird_amd64.deb
Compile:
deb dependencies: wireguard-tools libgtk-3-dev libayatana-appindicator3-dev golang-go resolvconf
git clone https://github.com/UnnoTed/wireguird
cd wireguird
chmod +x ./*.sh
./deps.sh
./package.sh
./install.sh
You should install it from MX repo withWhich one should I take? And what exactly are the terminal commands below for?
atp install wireguird
which will install the latest version available if there is one.Not every software works the same way, some are configured via conf files but not all.Getting lost there...
Can't I simply feed it the conf file the FritzBox created?
Every Linux distribution has it's own software repository from where users download and install software.MX repo is that long list of possible download sources, of which the one chosen serves when you try to install via terminal, right?
Therefore the package does not exist in debian repository and after you've read the above link and you're still sure you want it then you'll need to install *.deb package from github releases.Synaptic Package Manager and MX Package Installer couldn't find it, either. And I've looked there, first.
Reading documentation, tutorials, manuals, man pages etc. is part of mastering Linux.Found that article from the wireguard.com/papers before, but sorry, it's way over my head. And I can't believe you've really have to learn all that by heart in order to get your damn Fritzbox connection to work.
beware (in addition to the link above) that this "wireguird" repository, GTK frontend for wireguard consists of only 20 commits and not only that but it was not updated for more than a year, so I would not use it on my system if I'm you.
That is certainly true, and I'm not exactly allergic to reading. But this subject seems extremely technical and flies right over my head, which is unfortunate since the laptop is supposed to be part of the little 'network' that clings to my FritzBox. Actually, it already is, or was, or should be - together with the main computer and the Android tablet - at least the Fritzbox has a Wireguard connection reserved for the laptop. But that was set up when the laptop still ran Windows, and of course with Windows gone the Wireguard end in the laptop is gone, too.Reading documentation, tutorials, manuals, man pages etc. is part of mastering Linux.
Otherwise for every problem you encounter you'll need someones help.
TheQuick question - what exactly is the differennce between
sudo apt install wireguard resolvconf
and
sudo apt install wireguard -y
-y
option means to auto accept [Y\n] question with Y ("Yes"), so you won't be prompted to accept installation.