How to Install and Uninstall ruby3.3-rubygem-bindata Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "ruby3.3-rubygem-bindata" package

Please follow the step by step instructions below to install ruby3.3-rubygem-bindata on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby3.3-rubygem-bindata

2. Uninstall "ruby3.3-rubygem-bindata" package

Please follow the step by step instructions below to uninstall ruby3.3-rubygem-bindata on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.3-rubygem-bindata

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

Information for package ruby3.3-rubygem-bindata:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.3-rubygem-bindata
Version : 2.4.15-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 260.4 KiB
Installed : No
Status : not installed
Source package : rubygem-bindata-2.4.15-1.4.src
Upstream URL : https://github.com/dmendel/bindata
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.