frankaemika / libfranka

C++ library for Franka research robots
https://frankaemika.github.io
Apache License 2.0
221 stars 147 forks source link

Uninstalling libfranka or rolling back to a previous version #84

Closed vincent-mayer closed 3 years ago

vincent-mayer commented 3 years ago

Hi, I installed libfranka from source as explained in the docs. I now ran into the problem that I need the older version 0.6.0 instead of the current version. Unfortunately there is no rule for make uninstall, so I am unsure how to get back to v0.6.0. Can I delete the libfranka folder, download v0.6.0 and then install the code from source again, or will this cause issues with the previously not revoked operations from initially installing a different version?

Any help on this is much appreciated.

vincent-mayer commented 3 years ago

Solved via sudo xargs rm < install_manifest.txt , sorry for opening the issue