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

Last updated: October 08,2024

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

Here is a brief guide to show you how to install perl-Hardware-Verilog-Parser.noarch on Fedora 34

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

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

This guide let you learn how to uninstall perl-Hardware-Verilog-Parser.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:18:49 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Hardware-Verilog-Parser
Version : 0.13
Release : 35.fc34
Architecture : noarch
Size : 150 k
Source : perl-Hardware-Verilog-Parser-0.13-35.fc34.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.