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

Last updated: May 18,2024

1. Install "perl-AnyData.noarch" package

This guide let you learn how to install perl-AnyData.noarch on Fedora 35

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

2. Uninstall "perl-AnyData.noarch" package

This is a short guide on how to uninstall perl-AnyData.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:19:15 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-AnyData
Version : 0.12
Release : 20.fc35
Architecture : noarch
Size : 87 k
Source : perl-AnyData-0.12-20.fc35.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.