How to Install and Uninstall perl-Hardware-Vhdl-Lexer.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "perl-Hardware-Vhdl-Lexer.noarch" package

This tutorial shows how to install perl-Hardware-Vhdl-Lexer.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Hardware-Vhdl-Lexer.noarch

2. Uninstall "perl-Hardware-Vhdl-Lexer.noarch" package

This tutorial shows how to uninstall perl-Hardware-Vhdl-Lexer.noarch on Fedora 34:

$ sudo dnf remove perl-Hardware-Vhdl-Lexer.noarch $ sudo dnf autoremove

3. Information about the perl-Hardware-Vhdl-Lexer.noarch package on Fedora 34

Last metadata expiration check: 5:08:13 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Hardware-Vhdl-Lexer
Version : 1.00
Release : 36.fc34
Architecture : noarch
Size : 20 k
Source : perl-Hardware-Vhdl-Lexer-1.00-36.fc34.src.rpm
Repository : fedora
Summary : Split VHDL code into lexical tokens
URL : https://metacpan.org/release/Hardware-Vhdl-Lexer
License : GPL+ or Artistic
Description : Hardware::Vhdl::Lexer splits VHDL code into lexical tokens. To use it, you
: 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.