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

Last updated: October 07,2024

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

Please follow the instructions below to install perl-Makefile-DOM.noarch on Fedora 36

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

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

Please follow the instructions below to uninstall perl-Makefile-DOM.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:58:05 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Makefile-DOM
Version : 0.008
Release : 22.fc36
Architecture : noarch
Size : 79 k
Source : perl-Makefile-DOM-0.008-22.fc36.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.