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

Last updated: May 10,2024

1. Install "gcovr" package

Please follow the guidance below to install gcovr on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gcovr

2. Uninstall "gcovr" package

Please follow the steps below to uninstall gcovr on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove gcovr $ sudo apt autoclean && sudo apt autoremove

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

Package: gcovr
Priority: extra
Section: universe/devel
Installed-Size: 131
Maintainer: Ubuntu Developers
Original-Maintainer: Wolfgang Silbermayr
Architecture: all
Version: 3.2-1
Depends: python (>= 2.7), python (<< 2.8)
Filename: pool/universe/g/gcovr/gcovr_3.2-1_all.deb
Size: 21220
MD5sum: 9212ef40415142025892d0041b42f736
SHA1: b95020a0826bcf93703501c393a9caaa4696e17c
SHA256: 090feb4719fb4690646536d5351d43315a15c596f053db8ccb75a15f30e568bc
Description-en: Manages the compilation of coverage information from gcov
The gcovr command provides a utility for running the gcov command and
summarizing code coverage results. This command is inspired by the
Python coverage.py package, which provides a similar utility in
Python. Further, gcovr can be viewed as a command-line alternative of
the lcov utility, which runs gcov and generates an HTML output.
Description-md5: 5c2d1a4ba4a30566be2d66dfed280a92
Homepage: http://gcovr.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu