Given:
An attempted install of the GoPiGo3 code and libraries that has, (for whatever reason), gone all pear-shaped in a spectacular fashion, (possibly), leaving fragments of code and programmers all over the place.
Question:
Is it possible to completely uninstall everything, including eggs, pickles, cucumbers, salad greens, and everything else used to make the installation happen?
I know I can sudo rm -rf /home/pi/Dexter
, but I am also sure there are other libraries and artifacts that might have been installed via PIP or via the package manager, (like Scratch for Robots), that wasn’t a part of the original system as installed.
I know I can re-install from the original installation media, but I have configured the installation in a particular way to make it suitable for a series of tests I’m running, and I’d really rather not have to go back to square-one.
Thanks!