How to Install and Uninstall ruby2.7-rubygem-bindata Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "ruby2.7-rubygem-bindata" package

Please follow the steps below to install ruby2.7-rubygem-bindata on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby2.7-rubygem-bindata

2. Uninstall "ruby2.7-rubygem-bindata" package

This guide covers the steps necessary to uninstall ruby2.7-rubygem-bindata on openSuSE Tumbleweed:

$ sudo zypper remove ruby2.7-rubygem-bindata

3. Information about the ruby2.7-rubygem-bindata package on openSuSE Tumbleweed

Information for package ruby2.7-rubygem-bindata:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby2.7-rubygem-bindata
Version : 2.4.10-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 261,9 KiB
Installed : No
Status : not installed
Source package : rubygem-bindata-2.4.10-1.2.src
Summary : A declarative way to read and write binary file formats
Description :
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.