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

Last updated: October 05,2024

1. Install "perl-AnyData.noarch" package

Learn how to install perl-AnyData.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-AnyData.noarch

2. Uninstall "perl-AnyData.noarch" package

This guide covers the steps necessary to uninstall perl-AnyData.noarch on Fedora 34:

$ sudo dnf remove perl-AnyData.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:41:33 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-AnyData
Version : 0.12
Release : 18.fc34
Architecture : noarch
Size : 87 k
Source : perl-AnyData-0.12-18.fc34.src.rpm
Repository : fedora
Summary : Easy access to data in many formats
URL : https://metacpan.org/release/AnyData
License : GPL+ or Artistic
Description : The AnyData modules provide simple and uniform access to data from
: many sources -- perl arrays, local files, remote files retrievable via
: http or ftp -- and in many formats including flat files (CSV, Fixed
: Length, Tab Delimited, etc), standard format files (Web Logs,
: Passwd files, etc.), structured files (XML, HTML Tables) and binary
: files with parseable headers (mp3s, jpgs, pngs, etc).
:
: There are two separate modules, each providing a different interface:
: AnyData.pm provides a simple tied hash interface and DBD::AnyData
: provides a DBI/SQL interface. You can use either or both depending on
: your needs.