How To Install gmock-devel on Fedora 36

In this tutorial we learn how to install gmock-devel in Fedora 36. gmock-devel is Development files for gmock

Introduction

In this tutorial we learn how to install gmock-devel on Fedora 36.

What is gmock-devel

This package contains development files for gmock.

We can use yum or dnf to install gmock-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gmock-devel.

Install gmock-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install gmock-devel using dnf by running the following command:

sudo dnf -y install gmock-devel

Install gmock-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install gmock-devel using yum by running the following command:

sudo yum -y install gmock-devel

How To Uninstall gmock-devel on Fedora 36

To uninstall only the gmock-devel package we can use the following command:

sudo dnf remove gmock-devel

gmock-devel Package Contents on Fedora 36

---
title: "How To Install gmock-devel on Fedora 36"
linkTitle: "gmock-devel"
type: "docs"
description: "In this tutorial we learn how to install gmock-devel in Fedora 36. gmock-devel is Development files for gmock"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/gmock-devel-featured.png
---
/usr/include/gmock
/usr/include/gmock/gmock-actions.h
/usr/include/gmock/gmock-cardinalities.h
/usr/include/gmock/gmock-function-mocker.h
/usr/include/gmock/gmock-matchers.h
/usr/include/gmock/gmock-more-actions.h
/usr/include/gmock/gmock-more-matchers.h
/usr/include/gmock/gmock-nice-strict.h
/usr/include/gmock/gmock-spec-builders.h
/usr/include/gmock/gmock.h
/usr/include/gmock/internal
/usr/include/gmock/internal/custom
/usr/include/gmock/internal/custom/README.md
/usr/include/gmock/internal/custom/gmock-generated-actions.h
/usr/include/gmock/internal/custom/gmock-matchers.h
/usr/include/gmock/internal/custom/gmock-port.h
/usr/include/gmock/internal/gmock-internal-utils.h
/usr/include/gmock/internal/gmock-port.h
/usr/include/gmock/internal/gmock-pp.h
/usr/lib/libgmock.so
/usr/lib/libgmock_main.so
/usr/lib/pkgconfig/gmock.pc
/usr/lib/pkgconfig/gmock_main.pc
/usr/share/doc/gmock-devel
/usr/share/doc/gmock-devel/CONTRIBUTORS
/usr/share/doc/gmock-devel/README.md
/usr/share/doc/gmock-devel/docs
/usr/share/doc/gmock-devel/docs/_config.yml
/usr/share/doc/gmock-devel/docs/_data
/usr/share/doc/gmock-devel/docs/_data/navigation.yml
/usr/share/doc/gmock-devel/docs/_layouts
/usr/share/doc/gmock-devel/docs/_layouts/default.html
/usr/share/doc/gmock-devel/docs/_sass
/usr/share/doc/gmock-devel/docs/_sass/main.scss
/usr/share/doc/gmock-devel/docs/advanced.md
/usr/share/doc/gmock-devel/docs/assets
/usr/share/doc/gmock-devel/docs/assets/css
/usr/share/doc/gmock-devel/docs/assets/css/style.scss
/usr/share/doc/gmock-devel/docs/community_created_documentation.md
/usr/share/doc/gmock-devel/docs/faq.md
/usr/share/doc/gmock-devel/docs/gmock_cheat_sheet.md
/usr/share/doc/gmock-devel/docs/gmock_cook_book.md
/usr/share/doc/gmock-devel/docs/gmock_faq.md
/usr/share/doc/gmock-devel/docs/gmock_for_dummies.md
/usr/share/doc/gmock-devel/docs/index.md
/usr/share/doc/gmock-devel/docs/pkgconfig.md
/usr/share/doc/gmock-devel/docs/platforms.md
/usr/share/doc/gmock-devel/docs/primer.md
/usr/share/doc/gmock-devel/docs/quickstart-bazel.md
/usr/share/doc/gmock-devel/docs/quickstart-cmake.md
/usr/share/doc/gmock-devel/docs/reference
/usr/share/doc/gmock-devel/docs/reference/actions.md
/usr/share/doc/gmock-devel/docs/reference/assertions.md
/usr/share/doc/gmock-devel/docs/reference/matchers.md
/usr/share/doc/gmock-devel/docs/reference/mocking.md
/usr/share/doc/gmock-devel/docs/reference/testing.md
/usr/share/doc/gmock-devel/docs/samples.md

## Introduction

In this tutorial we learn how to install `gmock-devel` on Fedora 36.

What is gmock-devel

References

This package contains development files for gmock.

We can use yum or dnf to install gmock-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gmock-devel.

Summary

Install gmock-devel on Fedora 36 Using dnf

In this tutorial we learn how to install gmock-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/). Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install gmock-devel using dnf by running the following command:

sudo dnf -y install gmock-devel

Install gmock-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install gmock-devel using yum by running the following command:

sudo yum -y install gmock-devel

How To Uninstall gmock-devel on Fedora 36

To uninstall only the gmock-devel package we can use the following command:

sudo dnf remove gmock-devel

gmock-devel Package Contents on Fedora 36

/usr/include/gmock
/usr/include/gmock/gmock-actions.h
/usr/include/gmock/gmock-cardinalities.h
/usr/include/gmock/gmock-function-mocker.h
/usr/include/gmock/gmock-matchers.h
/usr/include/gmock/gmock-more-actions.h
/usr/include/gmock/gmock-more-matchers.h
/usr/include/gmock/gmock-nice-strict.h
/usr/include/gmock/gmock-spec-builders.h
/usr/include/gmock/gmock.h
/usr/include/gmock/internal
/usr/include/gmock/internal/custom
/usr/include/gmock/internal/custom/README.md
/usr/include/gmock/internal/custom/gmock-generated-actions.h
/usr/include/gmock/internal/custom/gmock-matchers.h
/usr/include/gmock/internal/custom/gmock-port.h
/usr/include/gmock/internal/gmock-internal-utils.h
/usr/include/gmock/internal/gmock-port.h
/usr/include/gmock/internal/gmock-pp.h
/usr/lib64/libgmock.so
/usr/lib64/libgmock_main.so
/usr/lib64/pkgconfig/gmock.pc
/usr/lib64/pkgconfig/gmock_main.pc
/usr/share/doc/gmock-devel
/usr/share/doc/gmock-devel/CONTRIBUTORS
/usr/share/doc/gmock-devel/README.md
/usr/share/doc/gmock-devel/docs
/usr/share/doc/gmock-devel/docs/_config.yml
/usr/share/doc/gmock-devel/docs/_data
/usr/share/doc/gmock-devel/docs/_data/navigation.yml
/usr/share/doc/gmock-devel/docs/_layouts
/usr/share/doc/gmock-devel/docs/_layouts/default.html
/usr/share/doc/gmock-devel/docs/_sass
/usr/share/doc/gmock-devel/docs/_sass/main.scss
/usr/share/doc/gmock-devel/docs/advanced.md
/usr/share/doc/gmock-devel/docs/assets
/usr/share/doc/gmock-devel/docs/assets/css
/usr/share/doc/gmock-devel/docs/assets/css/style.scss
/usr/share/doc/gmock-devel/docs/community_created_documentation.md
/usr/share/doc/gmock-devel/docs/faq.md
/usr/share/doc/gmock-devel/docs/gmock_cheat_sheet.md
/usr/share/doc/gmock-devel/docs/gmock_cook_book.md
/usr/share/doc/gmock-devel/docs/gmock_faq.md
/usr/share/doc/gmock-devel/docs/gmock_for_dummies.md
/usr/share/doc/gmock-devel/docs/index.md
/usr/share/doc/gmock-devel/docs/pkgconfig.md
/usr/share/doc/gmock-devel/docs/platforms.md
/usr/share/doc/gmock-devel/docs/primer.md
/usr/share/doc/gmock-devel/docs/quickstart-bazel.md
/usr/share/doc/gmock-devel/docs/quickstart-cmake.md
/usr/share/doc/gmock-devel/docs/reference
/usr/share/doc/gmock-devel/docs/reference/actions.md
/usr/share/doc/gmock-devel/docs/reference/assertions.md
/usr/share/doc/gmock-devel/docs/reference/matchers.md
/usr/share/doc/gmock-devel/docs/reference/mocking.md
/usr/share/doc/gmock-devel/docs/reference/testing.md
/usr/share/doc/gmock-devel/docs/samples.md

References

Summary

In this tutorial we learn how to install gmock-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).