How to Install and Uninstall python3-protobuf Package on Kali Linux

Last updated: May 02,2024

1. Install "python3-protobuf" package

Please follow the guidelines below to install python3-protobuf on Kali Linux

$ sudo apt update $ sudo apt install python3-protobuf

2. Uninstall "python3-protobuf" package

Here is a brief guide to show you how to uninstall python3-protobuf on Kali Linux:

$ sudo apt remove python3-protobuf $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-protobuf package on Kali Linux

Package: python3-protobuf
Source: protobuf (3.21.12-8)
Version: 3.21.12-8+b1
Installed-Size: 1461
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libprotobuf32 (>= 3.21.12), libstdc++6 (>= 13.1), python3 (<< 3.13), python3 (>= 3.11~), python3:any
Size: 288324
SHA256: 0deba6bd7570708acc6324cbc8e37c9d29a26273e5c562562153777f923c2b38
SHA1: eb0d5e8b7f8693ec6233ceaed318796c489eef15
MD5sum: 4a2e5a45d8ea871d100ab28e1be784e7
Description: Python 3 bindings for protocol buffers
Protocol buffers are a flexible, efficient, automated mechanism for
serializing structured data - similar to XML, but smaller, faster, and
simpler. You define how you want your data to be structured once, then you can
use special generated source code to easily write and read your structured
data to and from a variety of data streams and using a variety of languages.
You can even update your data structure without breaking deployed programs
that are compiled against the "old" format.
.
Google uses Protocol Buffers for almost all of its internal RPC protocols and
file formats.
.
This package contains the Python 3 bindings for the protocol buffers. You will
need the protoc tool (in the protobuf-compiler package) to compile your
definition to Python classes, and then the modules in this package will allow
you to use those classes in your programs.
Description-md5:
Homepage: https://github.com/google/protobuf/
Section: python
Priority: optional
Filename: pool/main/p/protobuf/python3-protobuf_3.21.12-8+b1_amd64.deb