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

Last updated: November 29,2024

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

This guide covers the steps necessary to install perl-Tie-DBI.noarch on Fedora 38

$ 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 38:

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

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

Last metadata expiration check: 0:29:28 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Tie-DBI
Version : 1.08
Release : 11.fc38
Architecture : noarch
Size : 42 k
Source : perl-Tie-DBI-1.08-11.fc38.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).