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

Last updated: May 13,2024

1. Install "perl-Perl-OSType.noarch" package

This guide let you learn how to install perl-Perl-OSType.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Perl-OSType.noarch

2. Uninstall "perl-Perl-OSType.noarch" package

This is a short guide on how to uninstall perl-Perl-OSType.noarch on Fedora 34:

$ sudo dnf remove perl-Perl-OSType.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:38:15 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Perl-OSType
Version : 1.010
Release : 459.fc34
Architecture : noarch
Size : 23 k
Source : perl-Perl-OSType-1.010-459.fc34.src.rpm
Repository : fedora
Summary : Map Perl operating system names to generic types
URL : https://metacpan.org/release/Perl-OSType
License : GPL+ or Artistic
Description : Modules that provide OS-specific behaviors often need to know if the current
: operating system matches a more generic type of operating systems. For example,
: 'linux' is a type of 'Unix' operating system and so is 'freebsd'.
:
: This module provides a mapping between an operating system name as given by $^O
: and a more generic type. The initial version is based on the OS type mappings
: provided in Module::Build and ExtUtils::CBuilder (thus, Microsoft operating
: systems are given the type 'Windows' rather than 'Win32').