How to Install and Uninstall php-google-protobuf Package on Kali Linux

Last updated: September 28,2024

1. Install "php-google-protobuf" package

In this section, we are going to explain the necessary steps to install php-google-protobuf on Kali Linux

$ sudo apt update $ sudo apt install php-google-protobuf

2. Uninstall "php-google-protobuf" package

Please follow the steps below to uninstall php-google-protobuf on Kali Linux:

$ sudo apt remove php-google-protobuf $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-google-protobuf package on Kali Linux

Package: php-google-protobuf
Source: protobuf
Version: 3.21.12-8
Installed-Size: 797
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Size: 123848
SHA256: 3b0e66e4ccfb81f35c339f84c4d9dd4206f8e918bf9be5f783db23eecd8e4492
SHA1: 5042dd6882e81c00a3b8268be70eb5c4851ea0cc
MD5sum: ab5e0c6aa0d7ef7c0b88a98449c8d0cf
Description: PHP 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 PHP bindings for the protocol buffers. You will
need the protoc tool (in the protobuf-compiler package) to compile your
definition to PHP code, and then the modules in this package will allow
you to use those classes in your programs.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/google/protobuf/
Section: php
Priority: optional
Filename: pool/main/p/protobuf/php-google-protobuf_3.21.12-8_all.deb