things stopped working when doing the ‘sudo apt-get update’
apparently the GoPiGo install.sh copies a python script named ‘gpg’ to /usr/bin
that’s a problem because SecureApt uses /usr/bin/gpg assuming it’s the GNU Privacy Guard
overwriting /usr/bin/gpg with the original file (from another Pi) fixed the problem.
I think the GoPiGo install.sh script should not copy to /usr/bin.
Hey fandarel,
Thanks a lot for letting us know about the problem with gpg being copied to /usr/bin. We had done that earlier to give users a way to check the status of the GoPiGo directly from a command on the terminal. We have not been using it a lot and will remove that in the next update.
That got fixed approximately two weeks ago. The Dexter file called gpg has been renamed to gopigo and no longer interferes with Gnu Privacy Guard, but it’s impossible to remove /usr/bin/gpg as it could be the right thing.
Feel free to copy over the proper gpg from a regular Raspbian.
Future Raspbian for Robots will not have this issue.