Can't update the system

I can't install updates because of these error on the file, I don't know hot to solve this.
I think my sources file is corrupted.

ohhfem@ohhfem-T100HAN:~$ sudo apt update
[sudo] password di ohhfem:           
E: Impostati valori in conflitto per l'opzione Signed-By riguardo alla sorgente https://packages.microsoft.com/repos/edge/ stable: /usr/share/keyrings/microsoft.gpg != 
E: Impossibile leggere l'elenco dei sorgenti.

Can you follow these steps:
Open Software & Updates
Move to the "Other Software" tab. Scroll down to the Microsoft Edge Repository and click on it to select it. Then click the "Remove" button.
Close Software & Updates.
It will ask to refresh - it is fine to refresh the cache.

If you have replaced Edge Browser and no longer use it, you can remove Edge Browser and are done.
If you still use and prefer Microsoft Edge Browser, proceed below:
Open terminal and run this to get the Signed Key you need

curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg

sudo install -o root -g root -m 644 microsoft.gpg /usr/share/keyrings/

sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/microsoft.gpg] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-beta.list'

Remove the file you no longer need

sudo rm microsoft.gpg

Install the Edge browser.

sudo apt update && sudo apt install microsoft-edge-beta

Ok thank you this is the solution.
But I noticed that Edge doesn't have a public key, is it normal?

Well... It is Microsoft, so yes, it is normal for Microsoft.
:wink:

ahahah ok nice :laughing:
Thank you again, btw I'm using Edge only for Microsoft Rewards, nothing else :slight_smile:

1 Like

I thought the no_pubkey error for edge was fixed in a recent release.
Well...I was wrong, perhaps.
This tutorial by @FrenchPress can solve that problem.

2 Likes

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