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

Last updated: May 05,2024

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

This guide let you learn how to install ruby2.7-rubygem-docile on openSuSE Tumbleweed

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

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

Please follow the guidelines below to uninstall ruby2.7-rubygem-docile on openSuSE Tumbleweed:

$ sudo zypper remove ruby2.7-rubygem-docile

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

Information for package ruby2.7-rubygem-docile:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby2.7-rubygem-docile
Version : 1.4.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 51,1 KiB
Installed : No
Status : not installed
Source package : rubygem-docile-1.4.0-1.2.src
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.