I noticed today that an attempt to update my Librewolf Debian-based template ends up throwing GPG signature errors and aborting the update process altogether.
The extrepo tool is used to manage external repositories in Debian. Before extrepo, users
who wished to use software not packaged for Debian had to manually write the apt
configuration files, run an unsigned script as root, or install an unsigned .deb package
that contained all the configuration on their system. None of these methods were very
secure.
Extrepo remedies this by way of a metadata repository for external package repositories.
The user can search the list of metadata repositories by way of “extrepo search”, and
manage them through “extrepo enable”, “extrepo disable”, or “extrepo update”.
This change is actually making the creation and maintenance of a librewolf template even easier than before.
To update, I started: qvm-console-dispvm --autostart <Librewolf_Template>
performed the cleanup steps (only librewolf.sources was present for me, plus a .gpg key in another folder than the ones listed).
To switch to the extrepo repository, “extrepo” has to be to be told about the need to use a proxy by running:
I tried to setup a new (miminal) librewolf qube and get the following error:
https_proxy=http://127.0.0.1:8082/ http_proxy=http://127.0.0.1:8082/ extrepo enable librewolf
Could not download index YAML file:
500 Can't connect to HTTPS:80 (Temporary failure in name resolution) at /usr/share/perl5/Debian/ExtRepo/Data.pm line 27.
I was already using extrepo with Librewolf, but am also throwing an error when I update:
E:Repository ‘https://repo.librewolf.net librewolf InRelease’ changed its ‘Origin’ value from ‘Staging LibreWolf Software Repository’ to ‘LibreWolf Software Repository’, E:Repository ‘https://repo.librewolf.net librewolf InRelease’ changed its ‘Label’ value from ‘Staging LibreWolf Software Repository’ to ‘LibreWolf Software Repository’
I tried the following in the root terminal, but afterwards continue to receive the above error in Qubes Update.
Thanks, I will follow up the discussion in this thread since it is not related to update , instead a general issue of getting the external repo added on a new qube.
E:Repository 'https://repo.librewolf.net librewolf InRelease' changed its 'Origin' value from 'LibreWolf Software Repository' to 'Staging LibreWolf Software Repository',
E:Repository 'https://repo.librewolf.net librewolf InRelease' changed its 'Label' value from 'LibreWolf Software Repository' to 'Staging LibreWolf Software Repository'
I get the same right now.
It may be that some Librewolf maintainer made a wrong (“after many beers”) commit.
I’ll wait till tomorrow before digging any deeper.