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

In this tutorial we learn how to install perl-Hardware-Vhdl-Lexer in Fedora 36. perl-Hardware-Vhdl-Lexer is Split VHDL code into lexical tokens

Introduction

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

What is perl-Hardware-Vhdl-Lexer

Hardware need to first create a lexer object, passing in something which will supply chunks of VHDL code to the lexer. Repeated calls to the get_next_token method of the lexer will then return VHDL tokens (in scalar context) or a token type code and the token (in list context). get_next_token returns undef when there are no more tokens to be read.

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

Install perl-Hardware-Vhdl-Lexer 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-Lexer using dnf by running the following command:

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

Install perl-Hardware-Vhdl-Lexer 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-Lexer using yum by running the following command:

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

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

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

sudo dnf remove perl-Hardware-Vhdl-Lexer

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

/usr/share/doc/perl-Hardware-Vhdl-Lexer
/usr/share/doc/perl-Hardware-Vhdl-Lexer/Changes
/usr/share/doc/perl-Hardware-Vhdl-Lexer/README
/usr/share/man/man3/Hardware::Vhdl::Lexer.3pm.gz
/usr/share/perl5/vendor_perl/Hardware
/usr/share/perl5/vendor_perl/Hardware/Vhdl
/usr/share/perl5/vendor_perl/Hardware/Vhdl/Lexer.pm

References

Summary

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