How to Install and Uninstall perl-Makefile-Parser.noarch Package on Fedora 38

Last updated: November 29,2024

1. Install "perl-Makefile-Parser.noarch" package

Please follow the instructions below to install perl-Makefile-Parser.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Makefile-Parser.noarch

2. Uninstall "perl-Makefile-Parser.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Makefile-Parser.noarch on Fedora 38:

$ sudo dnf remove perl-Makefile-Parser.noarch $ sudo dnf autoremove

3. Information about the perl-Makefile-Parser.noarch package on Fedora 38

Last metadata expiration check: 1:13:33 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Makefile-Parser
Version : 0.216
Release : 24.fc38
Architecture : noarch
Size : 66 k
Source : perl-Makefile-Parser-0.216-24.fc38.src.rpm
Repository : fedora
Summary : Simple parser for Makefiles
URL : https://metacpan.org/release/Makefile-Parser
License : GPL+ or Artistic
Description : This is a simple parser for Makefiles. At this very early stage, the parser
: only supports a limited set of features, so it may not recognize most of
: the advanced features provided by certain make tools like GNU make. Its
: initial purpose is to provide basic support for another module named
: Makefile::GraphViz, which is aimed to render the building process specified
: by a Makefile using the amazing GraphViz library. The Make module is not
: satisfactory for this purpose, so I decided to build one of my own.