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

Last updated: January 19,2025

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

This tutorial shows how to install perl-Makefile-Parser.noarch on Fedora 36

$ 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 36:

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

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

Last metadata expiration check: 5:43:28 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Makefile-Parser
Version : 0.216
Release : 21.fc36
Architecture : noarch
Size : 64 k
Source : perl-Makefile-Parser-0.216-21.fc36.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.