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

Last updated: September 18,2024

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

This is a short guide on how to install perl-Alien-Base-ModuleBuild.noarch on Fedora 34

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

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

This guide let you learn how to uninstall perl-Alien-Base-ModuleBuild.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:16:32 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Alien-Base-ModuleBuild
Version : 1.15
Release : 2.fc34
Architecture : noarch
Size : 94 k
Source : perl-Alien-Base-ModuleBuild-1.15-2.fc34.src.rpm
Repository : fedora
Summary : Perl framework for building Alien:: modules and their libraries
URL : https://metacpan.org/release/Alien-Base-ModuleBuild
License : GPL+ or Artistic
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.