I want to completely uninstall protobuf 3.3.0 from my computer, what should I do? thanks!
Try running 'make uninstall' in the source folder.
If the source folder have deleted, how to uninstall?
You can download the 3.3.0 again and run make uninstall. It's just a few rm commands.
I am getting
make: *** No rule to make target 'uninstall'. Stop.
after running make uninstall
me too getting the same problem
make: * No rule to make target 'uninstall'. Stop.
after running make uninstall
Master branch is still has this issue:
protobuf$ make uninstall
make: *** No rule to make target 'uninstall'. Stop.
For those still stuck trying to uninstall via make uninstall. You may need to run ./configure first.
it did not work. Any solutions
Most helpful comment
I am getting
after running make uninstall