How to Install and Uninstall perl-Alien-Base-ModuleBuild.noarch Package on Fedora 38

Last updated: January 13,2025

1. Install "perl-Alien-Base-ModuleBuild.noarch" package

Learn how to install perl-Alien-Base-ModuleBuild.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Alien-Base-ModuleBuild.noarch

2. Uninstall "perl-Alien-Base-ModuleBuild.noarch" package

Please follow the step by step instructions below to uninstall perl-Alien-Base-ModuleBuild.noarch on Fedora 38:

$ sudo dnf remove perl-Alien-Base-ModuleBuild.noarch $ sudo dnf autoremove

3. Information about the perl-Alien-Base-ModuleBuild.noarch package on Fedora 38

Last metadata expiration check: 1:33:47 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Alien-Base-ModuleBuild
Version : 1.17
Release : 2.fc38
Architecture : noarch
Size : 93 k
Source : perl-Alien-Base-ModuleBuild-1.17-2.fc38.src.rpm
Repository : fedora
Summary : Perl framework for building Alien:: modules and their libraries
URL : https://metacpan.org/release/Alien-Base-ModuleBuild
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This is a Perl base class and framework for creating Alien distributions. The
: goal of the project is to make things as simple and easy as possible for both
: developers and users of Alien modules.
:
: Alien is a Perl name space for defining dependencies in CPAN for libraries and
: tools which are not "native" to CPAN. Alien modules will typically use the
: system libraries if they are available, or download the latest version from
: the internet and build them from source code. These libraries can then be
: used by other Perl modules, usually modules that are implemented with XS or FFI.