UBUNTU16.04卸载安装protobuf

Posted penuel

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了UBUNTU16.04卸载安装protobuf相关的知识,希望对你有一定的参考价值。

1.卸载

  sudo apt-get remove libprotobuf-dev

  which protoc

     然后删除路径即可

 

2.安装

sudo apt-get install autoconf automake libtool curl make g++ unzip

 

git clone -b v3.6.1 https://github.com/protocolbuffers/protobuf.git

 

cd protobuf

git submodule update --init --recursive

./autogen.sh

./configure

make

make check

sudo make install

sudo ldconfig

protoc --version 输出版本号成功

以上是关于UBUNTU16.04卸载安装protobuf的主要内容,如果未能解决你的问题,请参考以下文章

UBUNTU16.04卸载安装protobuf

ubuntu16.04卸载NVIDIA驱动

ubuntu 16.04卸载不必要默认安装软件

ubuntu 16.04卸载不必要默认安装软件

ubuntu16.04下mysql的安装和卸载。

ubuntu 16.04软件卸载