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

Last updated: July 02,2024

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

Please follow the step by step instructions below to install perl-Verilog-Readmem.noarch on Fedora 39

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

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

Please follow the guidance below to uninstall perl-Verilog-Readmem.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:13:25 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Verilog-Readmem
Version : 0.05
Release : 23.fc39
Architecture : noarch
Size : 18 k
Source : perl-Verilog-Readmem-0.05-23.fc39.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.