-2

https://i.stack.imgur.com/7IDDu.png

when I update it says these things in the above image

how do I fix this? My ubuntu version 20.04.3

ask me if you need any more info about my system

thanks for any help or tags to add to the question

1 Answers1

0

By going through the screenshot I think, apt is telling us that the following keys are missing 76F1A20FF897672F and 7373B12CCE03BEB4B. To add these keys, run the following commands:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 76F1A20FF897672F

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7373B12CCE03BEB4B

for more : go through this blog post

If you are facing errors still such as , no release file found and repository is not signed. Then you can try to remove those problematic PPAs. this blog post explains the process of removing those PPAs and run sudo apt update again

  • didn't work the first command just said:-
    Executing: /tmp/apt-key-gpghome.NwB0bnkDkQ/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 76F1A20FF897672F gpg: keyserver receive failed: No data and second one just said:-
    Executing: /tmp/apt-key-gpghome.E4Sx8fwDMi/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 7373B12CCE03BEB4B gpg: "7373B12CCE03BEB4B" not a key ID: skipping the rest i am still working on ill get back to you on that thanks for your help
    – Silent Killer Jan 03 '22 at 13:16