How to Install and Uninstall perl-Perl-OSType.src Package on Oracle Linux 8

Last updated: July 03,2024

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

Here is a brief guide to show you how to install perl-Perl-OSType.src on Oracle Linux 8

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

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

This tutorial shows how to uninstall perl-Perl-OSType.src on Oracle Linux 8:

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

3. Information about the perl-Perl-OSType.src package on Oracle Linux 8

Last metadata expiration check: 1:42:59 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Perl-OSType
Version : 1.010
Release : 397.module+el8.6.0+20545+312b6629
Architecture : src
Size : 36 k
Source : None
Repository : ol8_appstream
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').