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

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

Can't install VPN on Ubuntu 20.10

  • 2 odpowiedzi
  • 1 osoba ma ten problem
  • 38 wyświetleń
  • Ostatnia odpowiedź od 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

Wybrane rozwiązanie

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!

Przeczytaj tę odpowiedź w całym kontekście 👍 0

Wszystkie odpowiedzi (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

Wybrane rozwiązanie

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!

Zmodyfikowany przez mcochris w dniu