This below is the message I see, when I try to repo sync.
info: A new version of repo is available
error: cannot run gpg: No such file or directory
error: could not run gpg.
error: could not verify the tag 'v1.12.17'warning: Skipped upgrade to unverified version
How can I update my repo version?
The only thing left to do is open up a Terminal session (Control + Alt + T) and execute the following two commands: sudo apt update (to update the repositories software lists). sudo apt upgrade (to download the packages that are available)
This can happen on Linux and Mac. I've personally experienced it on Linux (Ubuntu).
Repo is trying to automatically update itself, but it is failing when trying to verify the key because it can't find gpg
. To fix it, just install Gnu Privacy Guard (gpg) and run repo
again:
sudo apt-get install gpg
brew install gpg
rm -rf ~/.repoconfig
repo sync
again and watch it update itself.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With