Protobuf: How to uninstall protobuf 3.3.0 (c++, ubuntu14.04)

Created on 3 Jul 2017  路  8Comments  路  Source: protocolbuffers/protobuf

I want to completely uninstall protobuf 3.3.0 from my computer, what should I do? thanks!

Most helpful comment

I am getting

make: *** No rule to make target 'uninstall'.  Stop.

after running make uninstall

All 8 comments

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

Was this page helpful?
0 / 5 - 0 ratings