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

Last updated: April 26,2024

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

This guide let you learn how to install perl-Makefile-DOM.noarch on Fedora 35

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

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

Learn how to uninstall perl-Makefile-DOM.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:19:00 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Makefile-DOM
Version : 0.008
Release : 21.fc35
Architecture : noarch
Size : 79 k
Source : perl-Makefile-DOM-0.008-21.fc35.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.