D&P Dimov wrote: > > On Friday, February 26, 2021, 3:16:03 PM EST, Dan Ritter > <d...@randomstring.org> wrote: > D&P Dimov wrote: > > Hello, > > Mozilla VPN is supposed to work on Ubuntu, but I wonder if it will work on > > Debian as well, considering that Ubintu is build on Debian. Has anyone > > tried? (The Mozilla support was not helpful in answering my question). > > What protocol is the Mozilla VPN? Most common ones are supported > in Debian. > > Dan, they use WireGuard. > > These are the installation instructions they provide: > Install commands: > sudo add-apt-repository ppa:mozillacorp/mozillavpn > sudo apt-get update > sudo apt-get install mozillavpn > > Run command: > mozillavpn > If I try to install it, is there a chance it will screw up my system? If not, > I can try it. If it doesn't work, should > apt-get remove mozillavpndo be able to uninstall/remove it?
Maybe. add-apt-repository won't work, that's for sure. You could look it up and add it in /etc/apt/sources.d/ and then run apt update apt show mozillavpn and look at what it Depends on. If it's self-contained, it will probably work. If it drags in new versions of libraries, you could potentially trash your system. The term is FrankenDebian, to suggest Frankenstein's monster bolted together from spare parts. But wireguard is directly supported by Debian; it's in buster-backports. One option would be to get an Ubuntu system long enough to acquire the wireguard key -- perhaps in a VM -- and then use the key in a normal /etc/wireguard/wg0.conf setup. -dsr-