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

Last updated: November 30,2024

1. Install "perl-Hardware-Verilog-Parser.noarch" package

Please follow the steps below to install perl-Hardware-Verilog-Parser.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Hardware-Verilog-Parser.noarch

2. Uninstall "perl-Hardware-Verilog-Parser.noarch" package

Please follow the instructions below to uninstall perl-Hardware-Verilog-Parser.noarch on Fedora 39:

$ sudo dnf remove perl-Hardware-Verilog-Parser.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:29:40 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Hardware-Verilog-Parser
Version : 0.13
Release : 42.fc39
Architecture : noarch
Size : 150 k
Source : perl-Hardware-Verilog-Parser-0.13-42.fc39.src.rpm
Repository : fedora
Summary : Complete grammar for parsing Verilog code using perl
URL : https://metacpan.org/release/Hardware-Verilog-Parser
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This module defines the complete grammar needed to parse any Verilog code.
: By overloading this grammar, it is possible to easily create perl scripts
: which run through Verilog code and perform specific functions.