How to Install and Uninstall perl-DBIx-Safe.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: June 30,2024

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

Here is a brief guide to show you how to install perl-DBIx-Safe.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

This is a short guide on how to uninstall perl-DBIx-Safe.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-DBIx-Safe.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:24:04 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-DBIx-Safe
Version : 1.2.5
Release : 37.el8
Architecture : noarch
Size : 24 k
Source : perl-DBIx-Safe-1.2.5-37.el8.src.rpm
Repository : epel
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.