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

Last updated: November 01,2024

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

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

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

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

This is a short guide on how to uninstall perl-Tie-DBI.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:20:13 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Tie-DBI
Version : 1.08
Release : 7.fc35
Architecture : noarch
Size : 43 k
Source : perl-Tie-DBI-1.08-7.fc35.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).