How to Install and Uninstall libverilog-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libverilog-perl" package

Please follow the instructions below to install libverilog-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libverilog-perl

2. Uninstall "libverilog-perl" package

Learn how to uninstall libverilog-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libverilog-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libverilog-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libverilog-perl
Priority: optional
Section: universe/perl
Installed-Size: 1669
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 3.418-1
Depends: perl (>= 5.22.1-5), perlapi-5.22.1, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
Filename: pool/universe/libv/libverilog-perl/libverilog-perl_3.418-1_amd64.deb
Size: 414186
MD5sum: 6a9fe0a689c7ba5a4bfb9c889e16b047
SHA1: 9af1542a4f738da05201ae28198591360107b172
SHA256: ff78ce8b527d7404149b4238fe0c39cdf49db03283792c3d226f618e6a1151bf
Description-en: framework providing Verilog support
Verilog is a Perl framework providing Verilog support in the Perl language.
It includes:
.
* Verilog::Getopt, which parses command line options similar to C++ and VCS
* Verilog::Language, which knows the language keywords and parses numbers.
* Verilog::Netlist, which builds netlists out of Verilog files. This allows
easy scripts to determine things such as the hierarchy of modules.
* Verilog::Parser, which invokes callbacks for language tokens
* Verilog::Preproc, preprocesses the language, and allows reading
post-processed files right from Perl without temporary files.
.
It also includes a variety of useful utilities:
.
* vpassert inserts PLIish warnings and assertions for any simulator
* vppreproc preprocesses the complete Verilog 2001 and SystemVerilog
language
* vrename renames and cross-references Verilog symbols. It creates Verilog
cross references and makes it easy to rename signal and module names over
multiple files.
Description-md5: 5b40070e8f1b818fbb4d0d6224ed61b4
Homepage: https://metacpan.org/release/Verilog-Perl
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu