Install protobuf-c-compiler
Installing protobuf-c-compiler package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install protobuf-c-compiler
protobuf-c-compiler package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | protobuf-c-compiler |
version | 1.2.1-1 |
description | Protocol Buffers C compiler (protobuf-c) |
subsection | devel |
website | github.com / protobuf-c / protobuf-c |
maintainer | Robert Edmonds |
Uninstall protobuf-c-compiler
To remove just protobuf-c-compiler package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove protobuf-c-compiler
Uninstall protobuf-c-compiler and it’s dependent packages
To remove the protobuf-c-compiler package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove protobuf-c-compiler
Purging protobuf-c-compiler
If you also want to delete configuration and/or data files of protobuf-c-compiler from Debian Sid then this will work:
sudo apt-get purge protobuf-c-compiler
To delete configuration and/or data files of protobuf-c-compiler and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove protobuf-c-compiler