How To Install rubygem-regexp_property_values on Fedora 36
Introduction
In this tutorial we learn how to install rubygem-regexp_property_values on Fedora 36.
What is rubygem-regexp_property_values
This small library lets you see which property values are supported by the regular expression engine of the Ruby version you are running, and what they match.
We can use yum or dnf to install rubygem-regexp_property_values on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-regexp_property_values.
Install rubygem-regexp_property_values on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install rubygem-regexp_property_values using dnf by running the following command:
sudo dnf -y install rubygem-regexp_property_values
Install rubygem-regexp_property_values on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install rubygem-regexp_property_values using yum by running the following command:
sudo yum -y install rubygem-regexp_property_values
How To Uninstall rubygem-regexp_property_values on Fedora 36
To uninstall only the rubygem-regexp_property_values package we can use the following command:
sudo dnf remove rubygem-regexp_property_values
rubygem-regexp_property_values Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/2d928b8e1342ce0e0faef80a15ed095e5e6200
/usr/lib64/gems/ruby/regexp_property_values-1.0.0
/usr/lib64/gems/ruby/regexp_property_values-1.0.0/gem.build_complete
/usr/lib64/gems/ruby/regexp_property_values-1.0.0/regexp_property_values
/usr/lib64/gems/ruby/regexp_property_values-1.0.0/regexp_property_values/regexp_property_values.so
/usr/share/gems/gems/regexp_property_values-1.0.0
/usr/share/gems/gems/regexp_property_values-1.0.0/LICENSE.txt
/usr/share/gems/gems/regexp_property_values-1.0.0/bin
/usr/share/gems/gems/regexp_property_values-1.0.0/bin/console
/usr/share/gems/gems/regexp_property_values-1.0.0/bin/setup
/usr/share/gems/gems/regexp_property_values-1.0.0/lib
/usr/share/gems/gems/regexp_property_values-1.0.0/lib/aliases
/usr/share/gems/gems/regexp_property_values-1.0.0/lib/regexp_property_values
/usr/share/gems/gems/regexp_property_values-1.0.0/lib/regexp_property_values.rb
/usr/share/gems/gems/regexp_property_values-1.0.0/lib/regexp_property_values/updater.rb
/usr/share/gems/gems/regexp_property_values-1.0.0/lib/regexp_property_values/value
/usr/share/gems/gems/regexp_property_values-1.0.0/lib/regexp_property_values/value.rb
/usr/share/gems/gems/regexp_property_values-1.0.0/lib/regexp_property_values/value/ext_adapter.rb
/usr/share/gems/gems/regexp_property_values-1.0.0/lib/regexp_property_values/value/ruby_fallback.rb
/usr/share/gems/gems/regexp_property_values-1.0.0/lib/regexp_property_values/value/shared_methods.rb
/usr/share/gems/gems/regexp_property_values-1.0.0/lib/regexp_property_values/version.rb
/usr/share/gems/gems/regexp_property_values-1.0.0/lib/values
/usr/share/gems/specifications/regexp_property_values-1.0.0.gemspec
References
Summary
In this tutorial we learn how to install rubygem-regexp_property_values on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).