How to Install and Uninstall gmock.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "gmock.x86_64" package

Please follow the guidelines below to install gmock.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install gmock.x86_64

2. Uninstall "gmock.x86_64" package

Here is a brief guide to show you how to uninstall gmock.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove gmock.x86_64 $ sudo dnf autoremove

3. Information about the gmock.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:53:36 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : gmock
Version : 1.11.0
Release : 1.el9
Architecture : x86_64
Size : 59 k
Source : gtest-1.11.0-1.el9.src.rpm
Repository : epel
Summary : Google C++ Mocking Framework
URL : https://github.com/google/googletest
License : BSD and ASL 2.0
Description : Inspired by jMock, EasyMock, and Hamcrest, and designed with C++s
: specifics in mind, Google C++ Mocking Framework (or Google Mock for
: short) is a library for writing and using C++ mock classes.
:
: Google Mock:
:
: o lets you create mock classes trivially using simple macros,
: o supports a rich set of matchers and actions,
: o handles unordered, partially ordered, or completely ordered
: expectations,
: o is extensible by users, and
: o works on Linux, Mac OS X, Windows, Windows Mobile, minGW, and
: Symbian.