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

Last updated: September 24,2024

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

This guide let you learn how to install perl-Alien-Base-ModuleBuild.noarch on Fedora 35

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

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

Here is a brief guide to show you how to uninstall perl-Alien-Base-ModuleBuild.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:44:27 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Alien-Base-ModuleBuild
Version : 1.15
Release : 6.fc35
Architecture : noarch
Size : 94 k
Source : perl-Alien-Base-ModuleBuild-1.15-6.fc35.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.