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

Last updated: September 19,2024

1. Install "libgmock-dev" package

In this section, we are going to explain the necessary steps to install libgmock-dev on Kali Linux

$ sudo apt update $ sudo apt install libgmock-dev

2. Uninstall "libgmock-dev" package

Learn how to uninstall libgmock-dev on Kali Linux:

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

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

Package: libgmock-dev
Source: googletest (1.14.0-1)
Version: 1.14.0-1+b1
Installed-Size: 756
Maintainer: Steve M. Robbins
Architecture: amd64
Depends: libgtest-dev (= 1.14.0-1+b1)
Size: 131652
SHA256: 11ac4ba0d9b597b2a6989a2290d358b7bedd805de4ec45ddd70321d6873a090a
SHA1: 8fe3973e4430ab7fdbfd7784014f7a0e571f64d6
MD5sum: 4d2d74d62e11b23301074032d2ac4543
Description: Google's framework for writing C++ tests
Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s
specifics in mind, it can help you derive better designs of your
system and write better tests.
.
Google Mock:
.
- provides a declarative syntax for defining mocks,
- can easily define partial (hybrid) mocks, which are a cross of real
and mock objects,
- handles functions of arbitrary types and overloaded functions,
- comes with a rich set of matchers for validating function arguments,
- uses an intuitive syntax for controlling the behavior of a mock,
- does automatic verification of expectations (no record-and-replay
needed),
- allows arbitrary (partial) ordering constraints on
function calls to be expressed,
- lets a user extend it by defining new matchers and actions.
- does not use exceptions, and
- is easy to learn and use.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/google/googletest
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/g/googletest/libgmock-dev_1.14.0-1+b1_amd64.deb