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

Last updated: May 19,2024

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

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

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

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

Learn how to uninstall ruby2.5-rubygem-securecompare on openSUSE Leap:

$ sudo zypper remove ruby2.5-rubygem-securecompare

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

Information for package ruby2.5-rubygem-securecompare:
------------------------------------------------------
Repository : Main Repository
Name : ruby2.5-rubygem-securecompare
Version : 1.0.0-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 13.5 KiB
Installed : No
Status : not installed
Source package : rubygem-securecompare-1.0.0-bp155.2.10.src
Upstream URL : https://github.com/samuelkadolph/securecompare
Summary : securecompare is a gem that implements a constant time string
Description :
securecompare borrows the secure_compare private method from
ActiveSupport::MessageVerifier which lets you do safely compare strings
without being vulnerable to timing attacks. Useful for Basic HTTP
Authentication in your rack/rails application.