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

Last updated: October 06,2024

1. Install "perl-Data-Types.noarch" package

This is a short guide on how to install perl-Data-Types.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Data-Types.noarch

2. Uninstall "perl-Data-Types.noarch" package

Please follow the step by step instructions below to uninstall perl-Data-Types.noarch on Fedora 35:

$ sudo dnf remove perl-Data-Types.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:09:21 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Data-Types
Version : 0.17
Release : 9.fc35
Architecture : noarch
Size : 18 k
Source : perl-Data-Types-0.17-9.fc35.src.rpm
Repository : fedora
Summary : Validate and convert data types
URL : https://metacpan.org/release/Data-Types
License : GPL+ or Artistic
Description : This module exports a number of functions that are useful for validating
: and converting data types. It is intended for use in applications where
: data types are more important than they typically are in Perl -- e.g.,
: database applications.