How to Install and Uninstall libgtest-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "libgtest-dev" package

This is a short guide on how to install libgtest-dev on Kali Linux

$ sudo apt update $ sudo apt install libgtest-dev

2. Uninstall "libgtest-dev" package

Please follow the guidelines below to uninstall libgtest-dev on Kali Linux:

$ sudo apt remove libgtest-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgtest-dev package on Kali Linux

Package: libgtest-dev
Source: googletest (1.14.0-1)
Version: 1.14.0-1+b1
Installed-Size: 1496
Maintainer: Steve M. Robbins
Architecture: amd64
Depends: googletest (= 1.14.0-1)
Size: 250280
SHA256: 85eb9198cbdcd958688159cc35a35d5064640f777e9cf29337118ba63c431d8d
SHA1: 8334863a63b17101b58e5521db8e503ac2f213e7
MD5sum: af3e5dd2c75dd40dbb70c311e4adcf7a
Description: Google's framework for writing C++ tests
Google's framework for writing C++ tests on a variety of platforms. Based on
the xUnit architecture. Supports automatic test discovery, a rich set of
assertions, user-defined assertions, death tests, fatal and non-fatal failures,
value- and type-parameterized tests, various options for running the tests, and
XML test report generation.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/google/googletest
Tag: devel::lang:c++, devel::library, implemented-in::c++, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/g/googletest/libgtest-dev_1.14.0-1+b1_amd64.deb