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

Last updated: May 17,2024

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

Please follow the instructions below to install ruby2.5-rubygem-erubis on openSUSE Leap

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

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

Please follow the steps below to uninstall ruby2.5-rubygem-erubis on openSUSE Leap:

$ sudo zypper remove ruby2.5-rubygem-erubis

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

Information for package ruby2.5-rubygem-erubis:
-----------------------------------------------
Repository : Main Repository
Name : ruby2.5-rubygem-erubis
Version : 2.7.0-3.3.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : rubygem-erubis-2.7.0-3.3.1.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.