How to Install and Uninstall perl-Verilog-Readmem.noarch Package on Fedora 36

Last updated: May 06,2024

1. Install "perl-Verilog-Readmem.noarch" package

This guide let you learn how to install perl-Verilog-Readmem.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Verilog-Readmem.noarch

2. Uninstall "perl-Verilog-Readmem.noarch" package

This tutorial shows how to uninstall perl-Verilog-Readmem.noarch on Fedora 36:

$ sudo dnf remove perl-Verilog-Readmem.noarch $ sudo dnf autoremove

3. Information about the perl-Verilog-Readmem.noarch package on Fedora 36

Last metadata expiration check: 3:27:12 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Verilog-Readmem
Version : 0.05
Release : 19.fc36
Architecture : noarch
Size : 18 k
Source : perl-Verilog-Readmem-0.05-19.fc36.src.rpm
Repository : fedora
Summary : Parse Verilog $readmemh or $readmemb text file
URL : https://metacpan.org/release/Verilog-Readmem
License : GPL+ or Artistic
Description : The Verilog Hardware Description Language (HDL) provides a convenient way
: to load a memory during logic simulation. The $readmemh() and $readmemb()
: system tasks are used in the HDL source code to import the contents of a
: text file into a memory variable.