How to Install and Uninstall ruby3.2-rubygem-erubis Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "ruby3.2-rubygem-erubis" package

Please follow the guidance below to install ruby3.2-rubygem-erubis on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby3.2-rubygem-erubis

2. Uninstall "ruby3.2-rubygem-erubis" package

Please follow the instructions below to uninstall ruby3.2-rubygem-erubis on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.2-rubygem-erubis

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

Information for package ruby3.2-rubygem-erubis:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.2-rubygem-erubis
Version : 2.7.0-6.38
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : rubygem-erubis-2.7.0-6.38.src
Upstream URL : http://www.kuwata-lab.com/erubis/
Summary : a fast and extensible eRuby implementation which supports
Description :
Erubis is an implementation of eRuby and has the following features:
* Very fast, almost three times faster than ERB and about 10% faster than
eruby.
* Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript)
* Auto escaping support
* Auto trimming spaces around '<% %>'
* Embedded pattern changeable (default '<% %>')
* Enable to handle Processing Instructions (PI) as embedded pattern (ex. ' ... ?>')
* Context object available and easy to combine eRuby template with YAML
datafile
* Print statement available
* Easy to extend and customize in subclass
* Ruby on Rails support.