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

Last updated: May 04,2024

1. Install "ruby-google-protobuf" package

Here is a brief guide to show you how to install ruby-google-protobuf on Kali Linux

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

2. Uninstall "ruby-google-protobuf" package

Please follow the guidelines below to uninstall ruby-google-protobuf on Kali Linux:

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

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

Package: ruby-google-protobuf
Source: protobuf (3.21.12-8)
Version: 3.21.12-8+b1
Installed-Size: 394
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Replaces: ruby-google-protobuf (<< 3.6.0~)
Depends: ruby, libc6 (>= 2.11), libruby3.1 (>= 3.1.2)
Conflicts: ruby-google-protobuf (<< 3.6.0~)
Size: 167052
SHA256: 595e88515dd708f9bfa1b477fd6cb66adc09ba7eebdc93a30f4899f1c568660a
SHA1: ca92f54789958d992144e86a6343f2f6356cc663
MD5sum: 0008c7de8863ce403d2a3b88e54ddc6e
Description: Protocol Buffers
Protocol Buffers are Google's data interchange format.
.
This library contains the Ruby extension that implements Protocol Buffers
functionality in Ruby.
.
The Ruby extension makes use of generated Ruby code that defines message and
enum types in a Ruby DSL. You may write definitions in this DSL directly, but
we recommend using protoc's Ruby generation support with .proto files. The
build process in this directory only installs the extension; you need to
install protoc as well to have Ruby code generation functionality.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/google/protobuf/
Section: ruby
Priority: optional
Filename: pool/main/p/protobuf/ruby-google-protobuf_3.21.12-8+b1_amd64.deb