Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Can't install VPN on Ubuntu 20.10

  • 2 replies
  • 1 has this problem
  • 33 views
  • Last reply by mcochris

more options

Downloaded mozillavpn_2.0.1-focal2_amd64.deb. When I tried to install it via the Ubuntu Software Install GUI, I got "Unable to install mozillavpn: The following packages have unmet dependencies:". Nothing listed after that.

When I run "sudo add-apt-repository ppa:mozillacorp/mozillavpn" I get these error messages: E: The repository 'http://ppa.launchpad.net/mozillacorp/mozillavpn/ubuntu groovy Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default.

Same error messages when I run "sudo apt-get update". I browsed the filesystem for the VPN but it doesn't appear that it got installed

Thanks in advance

Downloaded mozillavpn_2.0.1-focal2_amd64.deb. When I tried to install it via the Ubuntu Software Install GUI, I got "Unable to install mozillavpn: The following packages have unmet dependencies:". Nothing listed after that. When I run "sudo add-apt-repository ppa:mozillacorp/mozillavpn" I get these error messages: E: The repository 'http://ppa.launchpad.net/mozillacorp/mozillavpn/ubuntu groovy Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. Same error messages when I run "sudo apt-get update". I browsed the filesystem for the VPN but it doesn't appear that it got installed Thanks in advance

Chosen solution

Thanks for your reply. I should have mentioned that I'm on Ubuntu 20.10 (Groovy Gorilla). I got another reply prior to yours, and this worked for me:

sudo add-apt-repository ppa:mozillacorp/mozillavpn

sudo apt-get update

sudo apt-get install mozillavpn

Thanks!

Read this answer in context 👍 0

All Replies (2)

more options

I think the problem is you're trying to install the PPA on the wrong release.

The repository listing you posted has "groovy" in the link. That stands for "Groovy Gorilla".

The repositories on the download page:

https://launchpad.net/~mozillacorp/+archive/ubuntu/mozillavpn

Are for "focal", which is "Focal Fossa"

The actual PPA is:

"deb http://ppa.launchpad.net/mozillacorp/mozillavpn/ubuntu focal main"

I just verified this by updating Ubuntu from 18.04 (Bionic Beaver) to 20.04 (Focal Fossa) and was then able to add the PPA and install/run mozillavpn

Hope this helps.

more options

Chosen Solution

Thanks for your reply. I should have mentioned that I'm on Ubuntu 20.10 (Groovy Gorilla). I got another reply prior to yours, and this worked for me:

sudo add-apt-repository ppa:mozillacorp/mozillavpn

sudo apt-get update

sudo apt-get install mozillavpn

Thanks!

Modified by mcochris