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

Last updated: July 08,2024

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

In this section, we are going to explain the necessary steps to install ruby3.3-rubygem-docile on openSuSE Tumbleweed

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

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

Please follow the guidelines below to uninstall ruby3.3-rubygem-docile on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.3-rubygem-docile

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

Information for package ruby3.3-rubygem-docile:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.3-rubygem-docile
Version : 1.4.0-1.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 51.1 KiB
Installed : No
Status : not installed
Source package : rubygem-docile-1.4.0-1.14.src
Upstream URL : https://ms-ati.github.io/docile/
Summary : Ruby gem to treat Ruby objects as a domain-specific language
Description :
Docile treats the methods of a given ruby object as a DSL (domain specific
language) within a given block.
Killer feature: you can also reference methods, instance variables, and local
variables from the original (non-DSL) context within the block.
Docile releases follow Semantic Versioning as defined at semver.org.