How to Install and Uninstall verilator.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 14,2024

1. Install "verilator.x86_64" package

Please follow the steps below to install verilator.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install verilator.x86_64

2. Uninstall "verilator.x86_64" package

This is a short guide on how to uninstall verilator.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove verilator.x86_64 $ sudo dnf autoremove

3. Information about the verilator.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:37:17 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : verilator
Version : 4.028
Release : 1.el8
Architecture : x86_64
Size : 4.5 M
Source : verilator-4.028-1.el8.src.rpm
Repository : epel
Summary : A fast simulator for synthesizable Verilog
URL : http://www.veripool.com/verilator.html
License : LGPLv3 or Artistic 2.0
Description : Verilator is the fastest free Verilog HDL simulator. It compiles
: synthesizable Verilog, plus some PSL, SystemVerilog and Synthesis
: assertions into C++ or SystemC code. It is designed for large projects
: where fast simulation performance is of primary concern, and is
: especially well suited to create executable models of CPUs for
: embedded software design teams.