0

I need to install Protocol Buffer 2.4, but I happened to have installed 2.6 already. How can I downgrade?

Thank you in advance!

lulijeta
  • 111

2 Answers2

0

One of the ways, in the folder of Protocol Buffer 2.6 type the command:

sudo make uninstall

After, follow this tutorial to install version 2.4. I hope it could be helpful!

0

You should probably

make uninstall

the previous version (while inside the source folder). And then

make install

the new version.

Ruraj
  • 942
  • 9
  • 9