How to Install and Uninstall perl-ExtUtils-F77.noarch Package on Fedora 38

Last updated: November 27,2024

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

Please follow the guidance below to install perl-ExtUtils-F77.noarch on Fedora 38

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

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

This guide covers the steps necessary to uninstall perl-ExtUtils-F77.noarch on Fedora 38:

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

3. Information about the perl-ExtUtils-F77.noarch package on Fedora 38

Last metadata expiration check: 0:42:56 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : perl-ExtUtils-F77
Version : 1.26
Release : 7.fc38
Architecture : noarch
Size : 22 k
Source : perl-ExtUtils-F77-1.26-7.fc38.src.rpm
Repository : fedora
Summary : Simple interface to F77 libs
URL : https://metacpan.org/release/ExtUtils-F77
License : GPL+ or Artistic
Description : This module tries to figure out how to link C programs with Fortran
: subroutines on your system. Basically one must add a list of Fortran
: runtime libraries. The problem is their location and name varies with each
: OS/compiler combination!