How to Install and Uninstall gtest.x86_64 Package on Fedora 39

Last updated: October 09,2024

1. Install "gtest.x86_64" package

This guide covers the steps necessary to install gtest.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install gtest.x86_64

2. Uninstall "gtest.x86_64" package

This is a short guide on how to uninstall gtest.x86_64 on Fedora 39:

$ sudo dnf remove gtest.x86_64 $ sudo dnf autoremove

3. Information about the gtest.x86_64 package on Fedora 39

Last metadata expiration check: 3:27:57 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : gtest
Version : 1.13.0
Release : 3.fc39
Architecture : x86_64
Size : 173 k
Source : gtest-1.13.0-3.fc39.src.rpm
Repository : fedora
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.