How to Install and Uninstall perl-DB_File.src Package on Oracle Linux 8

Last updated: September 29,2024

1. Install "perl-DB_File.src" package

Please follow the steps below to install perl-DB_File.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-DB_File.src

2. Uninstall "perl-DB_File.src" package

This tutorial shows how to uninstall perl-DB_File.src on Oracle Linux 8:

$ sudo dnf remove perl-DB_File.src $ sudo dnf autoremove

3. Information about the perl-DB_File.src package on Oracle Linux 8

Last metadata expiration check: 1:00:01 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-DB_File
Version : 1.855
Release : 1.module+el8.6.0+20545+312b6629
Architecture : src
Size : 158 k
Source : None
Repository : ol8_appstream
Summary : Perl5 access to Berkeley DB version 1.x
URL : https://metacpan.org/release/DB_File
License : GPL+ or Artistic
Description : DB_File is a module which allows Perl programs to make use of the facilities
: provided by Berkeley DB version 1.x (if you have a newer version of DB, you
: will be limited to functionality provided by interface of version 1.x). The
: interface defined here mirrors the Berkeley DB interface closely.