How to Install and Uninstall perl-DBIx-Safe.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-DBIx-Safe.noarch" package

Learn how to install perl-DBIx-Safe.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-DBIx-Safe.noarch

2. Uninstall "perl-DBIx-Safe.noarch" package

Please follow the steps below to uninstall perl-DBIx-Safe.noarch on Fedora 34:

$ sudo dnf remove perl-DBIx-Safe.noarch $ sudo dnf autoremove

3. Information about the perl-DBIx-Safe.noarch package on Fedora 34

Last metadata expiration check: 4:20:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-DBIx-Safe
Version : 1.2.5
Release : 40.fc34
Architecture : noarch
Size : 21 k
Source : perl-DBIx-Safe-1.2.5-40.fc34.src.rpm
Repository : fedora
Summary : Safer access to your database through a DBI database handle
URL : https://metacpan.org/release/DBIx-Safe
License : BSD
Description : The purpose of this module is to give controlled, limited access to an
: application, rather than simply passing it a raw database handle through
: DBI. DBIx::Safe acts as a wrapper to the database, by only allowing
: through the commands you tell it to. It filters all things related to
: the database handle - methods and attributes.