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

Last updated: January 15,2025

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

Please follow the step by step instructions below to install perl-Makefile-Parser.noarch on Fedora 39

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

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

This guide let you learn how to uninstall perl-Makefile-Parser.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:57:15 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Makefile-Parser
Version : 0.216
Release : 25.fc39
Architecture : noarch
Size : 66 k
Source : perl-Makefile-Parser-0.216-25.fc39.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.