How to Install and Uninstall gtest.x86_64 Package on CentOS Stream 9

Last updated: February 05,2025

1. Install "gtest.x86_64" package

Learn how to install gtest.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install gtest.x86_64

2. Uninstall "gtest.x86_64" package

Here is a brief guide to show you how to uninstall gtest.x86_64 on CentOS Stream 9:

$ sudo dnf remove gtest.x86_64 $ sudo dnf autoremove

3. Information about the gtest.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:38:20 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : gtest
Version : 1.11.0
Release : 1.el9
Architecture : x86_64
Size : 162 k
Source : gtest-1.11.0-1.el9.src.rpm
Repository : epel
Summary : Google C++ testing framework
URL : https://github.com/google/googletest
License : BSD and ASL 2.0
Description : Framework for writing C++ tests on a variety of platforms (GNU/Linux,
: Mac OS X, Windows, Windows CE, and Symbian). Based on the xUnit
: architecture. Supports automatic test discovery, a rich set of
: assertions, user-defined assertions, death tests, fatal and non-fatal
: failures, various options for running the tests, and XML test report
: generation.