How To Install qdbm-perl on Fedora 36
Introduction
In this tutorial we learn how to install qdbm-perl
on Fedora 36.
What is qdbm-perl
This package contains a Perl interface for QDBM Database library.
We can use yum
or dnf
to install qdbm-perl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qdbm-perl.
Install qdbm-perl 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 qdbm-perl
using dnf
by running the following command:
sudo dnf -y install qdbm-perl
Install qdbm-perl 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 qdbm-perl
using yum
by running the following command:
sudo yum -y install qdbm-perl
How To Uninstall qdbm-perl on Fedora 36
To uninstall only the qdbm-perl
package we can use the following command:
sudo dnf remove qdbm-perl
qdbm-perl Package Contents on Fedora 36
/usr/bin/plcrtest
/usr/bin/pldptest
/usr/bin/plvltest
/usr/lib/.build-id
/usr/lib/.build-id/63
/usr/lib/.build-id/63/8bc0f3ea4d247ef7fb1b4bf2db27fff6f6f1b1
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/dcde0dacf6d9e33c6d1a69726d56e86b62c996
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/479abed11c9bf74288261717d8d30f4aae2c0c
/usr/lib64/perl5/vendor_perl/Curia.pm
/usr/lib64/perl5/vendor_perl/Depot.pm
/usr/lib64/perl5/vendor_perl/Villa.pm
/usr/lib64/perl5/vendor_perl/auto/Curia
/usr/lib64/perl5/vendor_perl/auto/Curia/Curia.so
/usr/lib64/perl5/vendor_perl/auto/Depot
/usr/lib64/perl5/vendor_perl/auto/Depot/Depot.so
/usr/lib64/perl5/vendor_perl/auto/Villa
/usr/lib64/perl5/vendor_perl/auto/Villa/Villa.so
/usr/share/doc/qdbm-perl
/usr/share/doc/qdbm-perl/plapidoc
/usr/share/doc/qdbm-perl/plapidoc/Curia.pm.html
/usr/share/doc/qdbm-perl/plapidoc/Depot.pm.html
/usr/share/doc/qdbm-perl/plapidoc/Villa.pm.html
/usr/share/doc/qdbm-perl/plapidoc/index.html
/usr/share/doc/qdbm-perl/plspex-ja.html
/usr/share/doc/qdbm-perl/plspex.html
References
Summary
In this tutorial we learn how to install qdbm-perl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).