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

Last updated: May 12,2024

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

Here is a brief guide to show you how to install ruby3.0-rubygem-bindata on openSuSE Tumbleweed

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

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

This guide let you learn how to uninstall ruby3.0-rubygem-bindata on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.0-rubygem-bindata

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

Information for package ruby3.0-rubygem-bindata:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.0-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.