How To Install ruby-qdbm on Fedora 36
Introduction
In this tutorial we learn how to install ruby-qdbm
on Fedora 36.
What is ruby-qdbm
This package contains a Ruby interface for QDBM Database library.
We can use yum
or dnf
to install ruby-qdbm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ruby-qdbm.
Install ruby-qdbm 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 ruby-qdbm
using dnf
by running the following command:
sudo dnf -y install ruby-qdbm
Install ruby-qdbm 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 ruby-qdbm
using yum
by running the following command:
sudo yum -y install ruby-qdbm
How To Uninstall ruby-qdbm on Fedora 36
To uninstall only the ruby-qdbm
package we can use the following command:
sudo dnf remove ruby-qdbm
ruby-qdbm Package Contents on Fedora 36
/usr/bin/rbcrtest
/usr/bin/rbdptest
/usr/bin/rbvltest
/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/58a03f54da4a8b4c9b38324a15871c9e439041
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/3f2c4d82c928a59bf12e268dffd5b52ce99e4b
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/9f4f0e229b360e77a35727aa5199679530dc22
/usr/lib64/ruby/vendor_ruby/mod_curia.so
/usr/lib64/ruby/vendor_ruby/mod_depot.so
/usr/lib64/ruby/vendor_ruby/mod_villa.so
/usr/share/doc/ruby-qdbm
/usr/share/doc/ruby-qdbm/rbapidoc
/usr/share/doc/ruby-qdbm/rbapidoc/curia.rb.html
/usr/share/doc/ruby-qdbm/rbapidoc/depot.rb.html
/usr/share/doc/ruby-qdbm/rbapidoc/index.html
/usr/share/doc/ruby-qdbm/rbapidoc/villa.rb.html
/usr/share/doc/ruby-qdbm/rbspex-ja.html
/usr/share/doc/ruby-qdbm/rbspex.html
/usr/share/ruby/vendor_ruby/curia.rb
/usr/share/ruby/vendor_ruby/depot.rb
/usr/share/ruby/vendor_ruby/villa.rb
References
Summary
In this tutorial we learn how to install ruby-qdbm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).