Update/upgrade failure

Hello there

When i run sudo apt-get full-upgrade --yes and cannot update

openhabian@openhabian:~ $ sudo apt-get full-upgrade --yes
[sudo] password for openhabian:
E: Conflicting values set for option Signed-By regarding source https://packages.grafana.com/oss/deb/ stable: /usr/share/keyrings/grafana-archive-keyrings.gpg !=
E: The list of sources could not be read.
E: Conflicting values set for option Signed-By regarding source https://packages.grafana.com/oss/deb/ stable: /usr/share/keyrings/grafana-archive-keyrings.gpg !=
E: The list of sources could not be read.
openhabian@openhabian:~ $

I would to update grafana, and then failed.

Can you help me

Quite simple: The update-source, which you try to use is not existing.
Check your /etc/apt/sources.list-file

openhabian@openhabian:~ $ ls /etc/apt/sources.list-file
ls: cannot access ‘/etc/apt/sources.list-file’: No such file or directory
openhabian@openhabian:~ $ sudo ls /etc/apt/sources.list-file
ls: cannot access ‘/etc/apt/sources.list-file’: No such file or directory
openhabian@openhabian:~ $

I get that from the console

I deleted the grafana list and then worked perfectly.

without the “-file”, so try to do “ls /etc/apt/sources.list” or even better “cat /etc/apt/sources.list” gives you not only the file, but the content of the file.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.