How to Install and Uninstall perl-Tie-DBI.noarch Package on Fedora 34

Last updated: June 30,2024

1. Install "perl-Tie-DBI.noarch" package

Learn how to install perl-Tie-DBI.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Tie-DBI.noarch

2. Uninstall "perl-Tie-DBI.noarch" package

This guide let you learn how to uninstall perl-Tie-DBI.noarch on Fedora 34:

$ sudo dnf remove perl-Tie-DBI.noarch $ sudo dnf autoremove

3. Information about the perl-Tie-DBI.noarch package on Fedora 34

Last metadata expiration check: 5:40:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Tie-DBI
Version : 1.08
Release : 5.fc34
Architecture : noarch
Size : 44 k
Source : perl-Tie-DBI-1.08-5.fc34.src.rpm
Repository : fedora
Summary : Tie hashes to DBI relational databases
URL : https://metacpan.org/release/Tie-DBI
License : GPL+ or Artistic
Description : This distribution contains Tie::DBI and Tie::RDBM, two modules that
: 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).