How to Install and Uninstall verilator.x86_64 Package on Rocky Linux 8

Last updated: July 05,2024

1. Install "verilator.x86_64" package

Please follow the guidelines below to install verilator.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install verilator.x86_64

2. Uninstall "verilator.x86_64" package

This tutorial shows how to uninstall verilator.x86_64 on Rocky Linux 8:

$ sudo dnf remove verilator.x86_64 $ sudo dnf autoremove

3. Information about the verilator.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:02:21 ago on Mon Sep 12 10:27:18 2022.
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.