How to Install and Uninstall verilator Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 03,2024

1. Install "verilator" package

This is a short guide on how to install verilator on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install verilator

2. Uninstall "verilator" package

Please follow the step by step instructions below to uninstall verilator on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove verilator $ sudo apt autoclean && sudo apt autoremove

3. Information about the verilator package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: verilator
Priority: optional
Section: universe/electronics
Installed-Size: 9916
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Electronics Team
Architecture: amd64
Version: 3.874-1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9)
Suggests: gtkwave, systemc
Filename: pool/universe/v/verilator/verilator_3.874-1_amd64.deb
Size: 2419448
MD5sum: 49e6d078cc3acfd3bbd7b3373b17d784
SHA1: 6f0781f86c1864dbf237cdacb07c3d3e37dcd401
SHA256: e0d4f1eef1337acf232d9b7748012796c80313aeea1b1ac4cdabc83a5eef4233
Description-en: fast free Verilog simulator
Verilator is the fastest free Verilog HDL simulator, and beats many commercial
simulators. It compiles synthesizable Verilog (not test-bench code!), 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 generate executable models
of CPUs for embedded software design teams.
Description-md5: 648a4acbea03c032658027a1f55bb2a8
Homepage: http://www.veripool.org/wiki/verilator
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu