Hi
I just got Mozilla VPN but am unable to install it on Ubuntu 20.04. I added the PPA here, but when I go to install it, it complains with the following error:
```
hugh@… (funda kabanzi)
Hi
I just got Mozilla VPN but am unable to install it on Ubuntu 20.04. I added the PPA here, but when I go to install it, it complains with the following error:
```
hugh@hugh:~$ sudo apt install mozillavpn
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies.
mozillavpn : Depends: qt515base (>= 5.15.2-1basyskom4) but it is not installable
Depends: qt515charts-no-lgpl (>= 5.15.2-1basyskom1) but it is not installable
Depends: qt515declarative (>= 5.15.2-1basyskom1) but it is not installable
Depends: qt515graphicaleffects (>= 5.15.2-1basyskom1) but it is not installable
Depends: qt515imageformats (>= 5.15.2-1basyskom) but it is not installable
Depends: qt515networkauth-no-lgpl (>= 5.15.2-1basyskom1) but it is not installable
Depends: qt515quickcontrols2 (>= 5.15.2-1basyskom1) but it is not installable
Depends: qt515svg (>= 5.15.2-1basyskom1) but it is not installable
```
I have tried to install Qt multiple ways and all have succeeded, but the mozillavpn install still has the same error:
- sudo apt install qt5-default
- sudo apt install qtbase5-dev
- Installing QT via the GUI installer from their website
Thanks for your help