How To Install perl-Hardware-Vhdl-Parser on Fedora 36

In this tutorial we learn how to install perl-Hardware-Vhdl-Parser in Fedora 36. perl-Hardware-Vhdl-Parser is Complete grammar for parsing VHDL code using perl

Introduction

In this tutorial we learn how to install perl-Hardware-Vhdl-Parser on Fedora 36.

What is perl-Hardware-Vhdl-Parser

This module defines the complete grammar needed to parse any VHDL code. By overloading this grammar, it is possible to easily create perl scripts which run through VHDL code and perform specific functions.

We can use yum or dnf to install perl-Hardware-Vhdl-Parser on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Hardware-Vhdl-Parser.

Install perl-Hardware-Vhdl-Parser on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Hardware-Vhdl-Parser using dnf by running the following command:

sudo dnf -y install perl-Hardware-Vhdl-Parser

Install perl-Hardware-Vhdl-Parser on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Hardware-Vhdl-Parser using yum by running the following command:

sudo yum -y install perl-Hardware-Vhdl-Parser

How To Uninstall perl-Hardware-Vhdl-Parser on Fedora 36

To uninstall only the perl-Hardware-Vhdl-Parser package we can use the following command:

sudo dnf remove perl-Hardware-Vhdl-Parser

perl-Hardware-Vhdl-Parser Package Contents on Fedora 36

/usr/share/doc/perl-Hardware-Vhdl-Parser
/usr/share/doc/perl-Hardware-Vhdl-Parser/Changes
/usr/share/doc/perl-Hardware-Vhdl-Parser/hierarchy.pl
/usr/share/doc/perl-Hardware-Vhdl-Parser/parser.pl
/usr/share/doc/perl-Hardware-Vhdl-Parser/readme.txt
/usr/share/doc/perl-Hardware-Vhdl-Parser/test1.vhd
/usr/share/man/man3/Hardware::Vhdl::Parser.3pm.gz
/usr/share/perl5/vendor_perl/Hardware
/usr/share/perl5/vendor_perl/Hardware/Vhdl
/usr/share/perl5/vendor_perl/Hardware/Vhdl/Hierarchy.pm
/usr/share/perl5/vendor_perl/Hardware/Vhdl/Parser.pm

References

Summary

In this tutorial we learn how to install perl-Hardware-Vhdl-Parser on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).