How to Install and Uninstall perl-DBIx-Safe.noarch Package on Oracle Linux 8

Last updated: June 26,2024

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

This guide covers the steps necessary to install perl-DBIx-Safe.noarch on Oracle Linux 8

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

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

Please follow the step by step instructions below to uninstall perl-DBIx-Safe.noarch on Oracle Linux 8:

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

3. Information about the perl-DBIx-Safe.noarch package on Oracle Linux 8

Last metadata expiration check: 6:19:07 ago on Mon Sep 12 02:51:38 2022.
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.