Installation of github-desktop fork in fedora-34 template

The installation of a useful software github-desktop fork fails in the fedora-34 template for

sudo rpm --import https://mirror.mwt.me/ghd/gpgkey

with

[user@fedora-34 ~]$ sudo rpm --import https://mirror.mwt.me/ghd/gpgkey
curl: (6) Could not resolve host: mirror.mwt.me
error: https://mirror.mwt.me/ghd/gpgkey: import read failed(2).

On a native Fedora no errors are reported.

In order to protect you from performing risky activities in templates, they do not have normal network access by default.
How to install software | Qubes OS

1 Like

You can import key in template using proxy:

sudo rpm --httpproxy 127.0.0.1 --httpport 8082  --import https://mirror.mwt.me/ghd/gpgkey
1 Like