How to Install and Uninstall ruby-bindata Package on Kali Linux

Last updated: May 13,2024

1. Install "ruby-bindata" package

Learn how to install ruby-bindata on Kali Linux

$ sudo apt update $ sudo apt install ruby-bindata

2. Uninstall "ruby-bindata" package

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

$ sudo apt remove ruby-bindata $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-bindata package on Kali Linux

Package: ruby-bindata
Version: 2.4.14-1
Installed-Size: 198
Maintainer: Debian Ruby Team
Architecture: all
Size: 40616
SHA256: fc213ba8947d37b30109a99b296b5f5dcabd5786207104dc241638b657611329
SHA1: ceff64b911595a0665069624347de3fc3a470ab4
MD5sum: 6c639b1e447315cbe2c076a5c0a6a9cc
Description: declarative way to read and write binary file formats
BinData is a declarative way to read and write binary file formats.
.
This means the programmer specifies *what* the format of the binary
data is, and BinData works out *how* to read and write data in this
format. It is an easier ( and more readable ) alternative to
ruby's #pack and #unpack methods.
Description-md5:
Homepage: https://github.com/dmendel/bindata
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-bindata/ruby-bindata_2.4.14-1_all.deb