How To Install perl-Tie-DBI on Fedora 36
Introduction
In this tutorial we learn how to install perl-Tie-DBI
on Fedora 36.
What is perl-Tie-DBI
This distribution contains Tie allow you to tie associative arrays to relational databases using the DBI library. The hash is tied to a table in a local or networked database. Reading from the hash retrieves values from the database. Storing into the hash updates the database (if you have sufficient privileges).
We can use yum
or dnf
to install perl-Tie-DBI
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Tie-DBI.
Install perl-Tie-DBI 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 perl-Tie-DBI
using dnf
by running the following command:
sudo dnf -y install perl-Tie-DBI
Install perl-Tie-DBI 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 perl-Tie-DBI
using yum
by running the following command:
sudo yum -y install perl-Tie-DBI
How To Uninstall perl-Tie-DBI on Fedora 36
To uninstall only the perl-Tie-DBI
package we can use the following command:
sudo dnf remove perl-Tie-DBI
perl-Tie-DBI Package Contents on Fedora 36
/usr/share/doc/perl-Tie-DBI
/usr/share/doc/perl-Tie-DBI/Changes
/usr/share/doc/perl-Tie-DBI/README.md
/usr/share/man/man3/Tie::DBI.3pm.gz
/usr/share/man/man3/Tie::RDBM.3pm.gz
/usr/share/perl5/vendor_perl/Tie
/usr/share/perl5/vendor_perl/Tie/DBI.pm
/usr/share/perl5/vendor_perl/Tie/RDBM.pm
References
Summary
In this tutorial we learn how to install perl-Tie-DBI
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).