How to Install and Uninstall gcovr Package on Kali Linux
Last updated: November 05,2024
1. Install "gcovr" package
This is a short guide on how to install gcovr on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
gcovr
Copied
2. Uninstall "gcovr" package
Here is a brief guide to show you how to uninstall gcovr on Kali Linux:
$
sudo apt remove
gcovr
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the gcovr package on Kali Linux
Package: gcovr
Version: 7.0-1
Installed-Size: 1288
Maintainer: Wolfgang Silbermayr
Architecture: all
Depends: python3-jinja2, python3-lxml, python3-pygments, python3:any (>= 3.6~), python3-pkg-resources
Size: 134832
SHA256: 17e8abd77ac69ca40ada1c958f709f5933b6ec25474437fdc9917c19b373421d
SHA1: fcb320563ac58147d94c8ef72b35dbc258e3a561
MD5sum: 32b293298488ea6bd42c3405a79d457c
Description: 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:
Homepage: http://gcovr.com/
Section: devel
Priority: optional
Filename: pool/main/g/gcovr/gcovr_7.0-1_all.deb
Version: 7.0-1
Installed-Size: 1288
Maintainer: Wolfgang Silbermayr
Architecture: all
Depends: python3-jinja2, python3-lxml, python3-pygments, python3:any (>= 3.6~), python3-pkg-resources
Size: 134832
SHA256: 17e8abd77ac69ca40ada1c958f709f5933b6ec25474437fdc9917c19b373421d
SHA1: fcb320563ac58147d94c8ef72b35dbc258e3a561
MD5sum: 32b293298488ea6bd42c3405a79d457c
Description: 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:
Homepage: http://gcovr.com/
Section: devel
Priority: optional
Filename: pool/main/g/gcovr/gcovr_7.0-1_all.deb