Help with finding packages

I am trying to install Mozilla VPN
They don’t have a package for any linux other than ubuntu
so I need to compile.
These packages are required

libpolkit-gobject-1-dev >= 0.105
wireguard >= 1.0.20200513
wireguard-tools >= 1.0.20200513
resolvconf >= 1.82
golang >= 1.13

I manage to find only wireguard-tools and resolvconf
Will you please help me with the other three
libpolkit-gobject-1-dev >= 0.105
wireguard >= 1.0.20200513
golang >= 1.13

thank you

Why don’t you just install the AUR package?

yay -S mozillavpn

That being said, if you want to know:
wireguard-tools, go, openresolv

You probably don’t need anything else for wireguard.

libpolkit-gobject-1-dev is just part of polkit which you should have already.

2 Likes

Of course, I didn’t think about it :laughing:
and thank you for the info about the other packages - package naming is a strange thing in the programming world.
Thank you very much

1 Like