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

Last updated: June 26,2024

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

This guide covers the steps necessary to install perl-Makefile-Parser.noarch on Fedora 34

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

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

This tutorial shows how to uninstall perl-Makefile-Parser.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:31:53 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Makefile-Parser
Version : 0.216
Release : 18.fc34
Architecture : noarch
Size : 64 k
Source : perl-Makefile-Parser-0.216-18.fc34.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.