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

Last updated: October 09,2024

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

This guide covers the steps necessary to install perl-Verilog-Readmem.noarch on Fedora 38

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

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

Learn how to uninstall perl-Verilog-Readmem.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:59:27 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : perl-Verilog-Readmem
Version : 0.05
Release : 22.fc38
Architecture : noarch
Size : 18 k
Source : perl-Verilog-Readmem-0.05-22.fc38.src.rpm
Repository : fedora
Summary : Parse Verilog $readmemh or $readmemb text file
URL : https://metacpan.org/release/Verilog-Readmem
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.