How to Install and Uninstall perl-ExtUtils-Miniperl.noarch Package on Fedora 35

Last updated: July 06,2024

1. Install "perl-ExtUtils-Miniperl.noarch" package

In this section, we are going to explain the necessary steps to install perl-ExtUtils-Miniperl.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-ExtUtils-Miniperl.noarch

2. Uninstall "perl-ExtUtils-Miniperl.noarch" package

Please follow the instructions below to uninstall perl-ExtUtils-Miniperl.noarch on Fedora 35:

$ sudo dnf remove perl-ExtUtils-Miniperl.noarch $ sudo dnf autoremove

3. Information about the perl-ExtUtils-Miniperl.noarch package on Fedora 35

Last metadata expiration check: 2:35:23 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-ExtUtils-Miniperl
Version : 1.10
Release : 486.fc35
Architecture : noarch
Size : 19 k
Source : perl-5.34.1-486.fc35.src.rpm
Repository : updates
Summary : Write the C code for perlmain.c
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : writemain() takes an argument list of directories containing archive libraries
: that relate to perl modules and should be linked into a new perl binary. It
: writes a corresponding perlmain.c file that is a plain C file containing all
: the bootstrap code to make the If the first argument to writemain() is a
: reference to a scalar it is used as the file name to open for output. Any other
: reference is used as the file handle to write to. Otherwise output defaults to
: STDOUT.