How to Install and Uninstall perl-DBI-Dumper.x86_64 Package on Fedora 35

Last updated: May 21,2024

1. Install "perl-DBI-Dumper.x86_64" package

This guide let you learn how to install perl-DBI-Dumper.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install perl-DBI-Dumper.x86_64

2. Uninstall "perl-DBI-Dumper.x86_64" package

This guide covers the steps necessary to uninstall perl-DBI-Dumper.x86_64 on Fedora 35:

$ sudo dnf remove perl-DBI-Dumper.x86_64 $ sudo dnf autoremove

3. Information about the perl-DBI-Dumper.x86_64 package on Fedora 35

Last metadata expiration check: 0:04:18 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-DBI-Dumper
Version : 2.01
Release : 48.fc35
Architecture : x86_64
Size : 45 k
Source : perl-DBI-Dumper-2.01-48.fc35.src.rpm
Repository : fedora
Summary : Dump data from a DBI datasource to file
URL : https://metacpan.org/release/DBI-Dumper
License : GPL+ or Artistic
Description : Dumps data from a select statement into an output file. dbidumper tries
: to mirror the functionality and behavior of sql*loader. The control
: file syntax is similar, and DBI::Dumper utilizes a subset of the
: sql*loader options.