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
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
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
software-properties-gtk
app with the opened tab as "Other Sources". – Error404 Jan 02 '22 at 12:03