How to Install and Uninstall gtest.i686 Package on Fedora 34

Last updated: October 06,2024

1. Install "gtest.i686" package

This tutorial shows how to install gtest.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install gtest.i686

2. Uninstall "gtest.i686" package

Please follow the steps below to uninstall gtest.i686 on Fedora 34:

$ sudo dnf remove gtest.i686 $ sudo dnf autoremove

3. Information about the gtest.i686 package on Fedora 34

Last metadata expiration check: 1:28:01 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : gtest
Version : 1.10.0
Release : 6.fc34
Architecture : i686
Size : 164 k
Source : gtest-1.10.0-6.fc34.src.rpm
Repository : updates
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.