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

Last updated: May 03,2024

1. Install "verilog" package

In this section, we are going to explain the necessary steps to install verilog on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install verilog

2. Uninstall "verilog" package

This guide covers the steps necessary to uninstall verilog on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove verilog $ sudo apt autoclean && sudo apt autoremove

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

Package: verilog
Priority: optional
Section: universe/electronics
Installed-Size: 31
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Electronics Team
Architecture: all
Source: iverilog
Version: 0.9.7-1
Depends: iverilog
Filename: pool/universe/i/iverilog/verilog_0.9.7-1_all.deb
Size: 2632
MD5sum: 827662d5c46fe39d7bd9ae8e16733cd7
SHA1: b3a97949d877885ac0401cbe98489a8777ad6bde
SHA256: 5fcefc79006c1303bb0dd9a185dbd1698818bd4667dc3c7ae3e1f75a5237f3b7
Description-en: Icarus verilog compiler (transitional package)
Icarus Verilog is intended to compile all of the Verilog HDL as
described in the IEEE-1364 standard. It is not quite there
yet. It does currently handle a mix of structural and behavioral
constructs.
.
The compiler can target either simulation, or netlist (EDIF).
.
This is a dummy transitional package that will ensure a proper upgrade path.
This package may be safely removed after upgrading.
Description-md5: 8a94b8614c794dab522b7fa9f4e3313a
Homepage: http://iverilog.icarus.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions