How to Install and Uninstall gmock.i686 Package on Fedora 38

Last updated: September 27,2024

1. Install "gmock.i686" package

In this section, we are going to explain the necessary steps to install gmock.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install gmock.i686

2. Uninstall "gmock.i686" package

Please follow the instructions below to uninstall gmock.i686 on Fedora 38:

$ sudo dnf remove gmock.i686 $ sudo dnf autoremove

3. Information about the gmock.i686 package on Fedora 38

Last metadata expiration check: 3:14:29 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : gmock
Version : 1.13.0
Release : 2.fc38
Architecture : i686
Size : 63 k
Source : gtest-1.13.0-2.fc38.src.rpm
Repository : fedora
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.