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

Last updated: July 08,2024

1. Install "covered" package

Please follow the guidelines below to install covered on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install covered

2. Uninstall "covered" package

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

$ sudo apt remove covered $ sudo apt autoclean && sudo apt autoremove

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

Package: covered
Priority: optional
Section: universe/electronics
Installed-Size: 2337
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Electronics Team
Architecture: amd64
Version: 0.7.10-3
Depends: libc6 (>= 2.14), libtcl8.6 (>= 8.6.0), libtk8.6 (>= 8.6.0), zlib1g (>= 1:1.1.4), tklib
Recommends: iverilog | verilog | gplcver (>= 2.12a-1.1)
Filename: pool/universe/c/covered/covered_0.7.10-3_amd64.deb
Size: 538484
MD5sum: dadf8d760b36b92ad4e2d0939cc69ada
SHA1: edb8ac289a3576a37af6fe0c4800def8829a6be1
SHA256: 0c97929703673c8a7b68c0c3b17d66080c4c2dcc56ece03a0e67b48058802a30
Description-en: Verilog code coverage analysis tool
Covered is a Verilog code coverage utility that reads in a Verilog design and
a generated VCD/LXT dumpfile from that design and generates a coverage file
that can be merged with other coverage files or used to create a coverage
report. Covered also contains the GUI coverage report utility that reads in a
coverage file to allow interactive coverage discovery. Areas of coverage
measured by Covered are: line, toggle, memory, combinational logic, FSM
state/state-transition and assertion coverage.
Description-md5: 86b156bb1e738b3df7a11df6bbe5429e
Homepage: http://covered.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu