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

Last updated: November 27,2024

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

Please follow the guidance below to install perl-Hardware-Verilog-Parser.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 0:57:21 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Hardware-Verilog-Parser
Version : 0.13
Release : 37.fc35
Architecture : noarch
Size : 150 k
Source : perl-Hardware-Verilog-Parser-0.13-37.fc35.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.