×


Install Protobuf on Linux Mint 20 - A step by step guide ?

Protobuf stands for Protocol Buffer. It is basically a cross-platform library developed by Google that enables the serialization of the structured data. It can be used very effectively for storing data or handling the communication between two programs over the network.

Here at Ibmi Media, as part of our Server Management Services, we regularly help our Customers to perform related Linux file and data processing queries.

In this context, we shall look into how you can install this library on a Linux Mint 20 system.


How to Install Protobuf on Linux Mint 20 ?

To get Protobuf library installed on your Linux Mint 20 machine, you need to follow the steps given below.


1. Perform System Update

To begin, you need to fix all the dependency issues by carrying out a quick system update with the following command:

$ sudo apt update


2. Install Protobuf on your Linux Mint 20 System

Now, you can install the Protobuf library on your system by running the below command:

$ sudo apt install protobuf-compiler

Once the installation process of the Protobuf library on your Linux Mint 20 system will begin, you will be asked for confirmation which you will have to provide by pressing the key displayed on the terminal.

After providing that confirmation, the Protobuf library will install successfully on your system.


How to Uninstall Protobuf from Linux Mint 20 ?

Now, to remove this library from your Linux Mint 20 system, you will have to execute the below command:

$ sudo apt-get purge --autoremove protobuf-compiler


[Need assistance in Installing missing packages on Ubuntu Linux system ? We can help you. ]


Conclusion

This article covers how you can easily install the Protobuf library on your Linux Mint 20 system. In fact, Protocol Buffer, abbreviated as Protobuf, is an open source library developed by Google that allows to serialize or deserialize structured data. It is basically used to communicate with one another over a network and to store data when building applications.


How to Install Protobuf Using Command Line on Ubuntu ?

1. Update all the previous packages installed on your system:

$ sudo apt update

2. Now to install Protobuf compiler on your Ubuntu system, run the below mentioned command:

$ sudo apt install protobuf-compiler


How to Remove Protobuf from Ubuntu System using software center ? 

1. Open the ubuntu software manager and click on installed tab.

2. Now search for "Protobuf" from the list of apps and click on "Remove" button in front of it.

3. A permission dialogue box will get open click on "Remove" to uninstall the application. 

And now protobuf will be uninstalled successfully and no longer exist in the list.