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

Last updated: July 03,2024

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

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

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

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

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

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

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

Last metadata expiration check: 0:38:36 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Makefile-DOM
Version : 0.008
Release : 19.fc34
Architecture : noarch
Size : 80 k
Source : perl-Makefile-DOM-0.008-19.fc34.src.rpm
Repository : fedora
Summary : Simple DOM parser for Makefiles
URL : https://metacpan.org/release/Makefile-DOM
License : GPL+ or Artistic
Description : This libary can serve as an advanced lexer for (GNU) makefiles. It parses
: makefiles as "documents" and the parsing is lossless. The results are data
: structures similar to DOM trees. The DOM trees hold every single bit of the
: information in the original input files, including white spaces, blank
: lines and makefile comments. That means it's possible to reproduce the
: original makefiles from the DOM trees. In addition, each node of the DOM
: trees is modifiable and so is the whole tree, just like the PPI module used
: for Perl source parsing and the HTML::TreeBuilder module used for parsing
: HTML source.