On Sunday 04 October 2020 10:17:31 ajh-valmer via tde-users wrote:
Hello,
# apt-get update
"No acces to : http://mirror.xcer.cz/trinity-sb/dists/buster/InRelease 403 Forbidden [IP : 91.241.23.210 80] The deposit http://mirror.xcer.cz/trinity-sb buster InRelease is not signed. The upgrades cannot be secured and so, are desactivated".
Quid, what to do ?
Thank you, cheers,
André
You need to get the key for this repo, I think. But in the meanwhile, temporarily, you can add "--allow-unauthenticated" to your apt-get command.
sudo apt-get --allow-unauthenticated install
etc.
That ought to work.
Bill
P.S. I had to check my own sources.list to make sure, but also I think that yours may be out-of-date. My own repos (copied from the Trinity pages about a month ago) are listed below. Change according to your own system, of course.
# Trinity - TDE deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x buster main deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x buster main deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x buster main deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x buster main
# Trinity preliminary stable builds deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb buster deps-r14 main-r14 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb buster deps-r14 main-r14
# Trinity preliminary testing builds # deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-testing buster deps main # deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-testing buster deps main