How to Install and Uninstall ruby2.5-rubygem-bindata Package on openSUSE Leap

Last updated: May 20,2024

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

In this section, we are going to explain the necessary steps to install ruby2.5-rubygem-bindata on openSUSE Leap

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

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

Please follow the step by step instructions below to uninstall ruby2.5-rubygem-bindata on openSUSE Leap:

$ sudo zypper remove ruby2.5-rubygem-bindata

3. Information about the ruby2.5-rubygem-bindata package on openSUSE Leap

Information for package ruby2.5-rubygem-bindata:
------------------------------------------------
Repository : Main Repository
Name : ruby2.5-rubygem-bindata
Version : 2.4.2-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 257.1 KiB
Installed : No
Status : not installed
Source package : rubygem-bindata-2.4.2-bp155.2.10.src
Upstream URL : http://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.