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

Last updated: October 08,2024

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

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

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

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

This guide covers the steps necessary to uninstall perl-Hardware-Verilog-Parser.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:49:23 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Hardware-Verilog-Parser
Version : 0.13
Release : 38.fc36
Architecture : noarch
Size : 150 k
Source : perl-Hardware-Verilog-Parser-0.13-38.fc36.src.rpm
Repository : fedora
Summary : Complete grammar for parsing Verilog code using perl
URL : https://metacpan.org/release/Hardware-Verilog-Parser
License : GPL+ or Artistic
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.