Hi Christoph,

Thank you, your suggestions gave me a clue. It was not the anydesk
repository but another one:

deb [signed-by=/usr/share/keyrings/devolutions-rdm-archive-keyring.gpg]
https://dl.cloudsmith.io/public/devolutions/rdm/deb/debian trixie main

This repository causes the error.

I followed the instructions provided here for it:

https://cloudsmith.io/~devolutions/repos/rdm/setup/#formats-deb

This is the repository:

https://cloudsmith.io/~devolutions/repos/rdm/packages/

This repository contains a package I need for my work. Im not sure why it
generates these errors. as root I could perform:

keyring_location=/usr/share/keyrings/devolutions-rdm-archive-keyring.gpg
curl -1sLf 
'https://dl.cloudsmith.io/public/devolutions/rdm/gpg.FE7407ECB26FD2FE.key'
|  gpg --dearmor >> ${keyring_location}
apt-get update

After creating /etc/apt/sources.list.d/devolutions-rdm.list with the deb
repository line above. sudo apt-get install remotedesktopmanager does work
and install the package I need.

Kind regards
Peter


On Tue, Aug 27, 2024 at 5:00 AM Christoph Martin <mar...@uni-mainz.de>
wrote:

> Hi Peter,
>
> maybe the output depends on the error at the end of your output. Try to
> put the key for anydesk.com in a file in /etc/apt/trusted.gpg.d/ .
>
> If this does not help, please run
>
> apt-show-versions -i -v
>
> and look for the file which is parsed and produces these warnings.
>
> Regards
> Christoph
>
> Am 11.08.24 um 22:49 schrieb Peter Allebone:
> >
> > I do not know how to resolve this bug below :(
> >
> ...
> > Fetched 134 MB in 14s (9,722 kB/s)
> > Use of uninitialized value $value in substitution (s///) at
> > /usr/bin/apt-show-versions line 607, <FILE> line 1.
> > Use of uninitialized value $value in substitution (s///) at
> > /usr/bin/apt-show-versions line 608, <FILE> line 1.
> ...
>
> > Use of uninitialized value $value in substitution (s///) at
> > /usr/bin/apt-show-versions line 607, <FILE> line 121.
> > Use of uninitialized value $value in substitution (s///) at
> > /usr/bin/apt-show-versions line 608, <FILE> line 121.
> > Reading package lists... Done
> > W: http://deb.anydesk.com/dists/all/InRelease
> > <http://deb.anydesk.com/dists/all/InRelease>: Key is stored in legacy
> > trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section
> > in apt-key(8) for details.
> > aragorn@Aragorn:~$
>

Reply via email to