How to Install and Uninstall perl-Perl-OSType.noarch Package on Amazon Linux 2

Last updated: April 29,2024

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

This is a short guide on how to install perl-Perl-OSType.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Perl-OSType.noarch

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

Please follow the step by step instructions below to uninstall perl-Perl-OSType.noarch on Amazon Linux 2:

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

3. Information about the perl-Perl-OSType.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Perl-OSType
Arch : noarch
Version : 1.003
Release : 3.amzn2
Size : 20 k
Repo : amzn2-core/2/x86_64
Summary : Map Perl operating system names to generic types
URL : http://search.cpan.org/dist/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').