How To Install cxxtest-doc on Fedora 36

In this tutorial we learn how to install cxxtest-doc in Fedora 36. cxxtest-doc is Documentation on how to use CxxTest

Introduction

In this tutorial we learn how to install cxxtest-doc on Fedora 36.

What is cxxtest-doc

This package contains the documentation on how to use CxxTest. It also provides code examples.

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

Install cxxtest-doc 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 cxxtest-doc using dnf by running the following command:

sudo dnf -y install cxxtest-doc

Install cxxtest-doc 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 cxxtest-doc using yum by running the following command:

sudo yum -y install cxxtest-doc

How To Uninstall cxxtest-doc on Fedora 36

To uninstall only the cxxtest-doc package we can use the following command:

sudo dnf remove cxxtest-doc

cxxtest-doc Package Contents on Fedora 36

/usr/share/doc/cxxtest-doc
/usr/share/doc/cxxtest-doc/guide.html
/usr/share/doc/cxxtest-doc/guide.pdf
/usr/share/doc/cxxtest-doc/images
/usr/share/doc/cxxtest-doc/images/icons
/usr/share/doc/cxxtest-doc/images/icons/callouts
/usr/share/doc/cxxtest-doc/images/icons/callouts/1.png
/usr/share/doc/cxxtest-doc/images/icons/callouts/10.png
/usr/share/doc/cxxtest-doc/images/icons/callouts/11.png
/usr/share/doc/cxxtest-doc/images/icons/callouts/12.png
/usr/share/doc/cxxtest-doc/images/icons/callouts/13.png
/usr/share/doc/cxxtest-doc/images/icons/callouts/14.png
/usr/share/doc/cxxtest-doc/images/icons/callouts/15.png
/usr/share/doc/cxxtest-doc/images/icons/callouts/2.png
/usr/share/doc/cxxtest-doc/images/icons/callouts/3.png
/usr/share/doc/cxxtest-doc/images/icons/callouts/4.png
/usr/share/doc/cxxtest-doc/images/icons/callouts/5.png
/usr/share/doc/cxxtest-doc/images/icons/callouts/6.png
/usr/share/doc/cxxtest-doc/images/icons/callouts/7.png
/usr/share/doc/cxxtest-doc/images/icons/callouts/8.png
/usr/share/doc/cxxtest-doc/images/icons/callouts/9.png
/usr/share/doc/cxxtest-doc/images/icons/caution.png
/usr/share/doc/cxxtest-doc/images/icons/example.png
/usr/share/doc/cxxtest-doc/images/icons/home.png
/usr/share/doc/cxxtest-doc/images/icons/important.png
/usr/share/doc/cxxtest-doc/images/icons/next.png
/usr/share/doc/cxxtest-doc/images/icons/note.png
/usr/share/doc/cxxtest-doc/images/icons/prev.png
/usr/share/doc/cxxtest-doc/images/icons/tip.png
/usr/share/doc/cxxtest-doc/images/icons/up.png
/usr/share/doc/cxxtest-doc/images/icons/warning.png
/usr/share/doc/cxxtest-doc/sample
/usr/share/doc/cxxtest-doc/sample/Construct
/usr/share/doc/cxxtest-doc/sample/CreatedTest.h
/usr/share/doc/cxxtest-doc/sample/DeltaTest.h
/usr/share/doc/cxxtest-doc/sample/EnumTraits.h
/usr/share/doc/cxxtest-doc/sample/ExceptionTest.h
/usr/share/doc/cxxtest-doc/sample/FixtureTest.h
/usr/share/doc/cxxtest-doc/sample/Makefile.PL
/usr/share/doc/cxxtest-doc/sample/Makefile.msvc
/usr/share/doc/cxxtest-doc/sample/Makefile.unix
/usr/share/doc/cxxtest-doc/sample/MessageTest.h
/usr/share/doc/cxxtest-doc/sample/SCons
/usr/share/doc/cxxtest-doc/sample/SCons/SConstruct
/usr/share/doc/cxxtest-doc/sample/SCons/include
/usr/share/doc/cxxtest-doc/sample/SCons/include/stack.h
/usr/share/doc/cxxtest-doc/sample/SCons/src
/usr/share/doc/cxxtest-doc/sample/SCons/src/stack.c
/usr/share/doc/cxxtest-doc/sample/SCons/tests
/usr/share/doc/cxxtest-doc/sample/SCons/tests/stack_test.h
/usr/share/doc/cxxtest-doc/sample/SimpleTest.h
/usr/share/doc/cxxtest-doc/sample/TraitsTest.h
/usr/share/doc/cxxtest-doc/sample/aborter.tpl
/usr/share/doc/cxxtest-doc/sample/file_printer.tpl
/usr/share/doc/cxxtest-doc/sample/gui
/usr/share/doc/cxxtest-doc/sample/gui/GreenYellowRed.h
/usr/share/doc/cxxtest-doc/sample/mock
/usr/share/doc/cxxtest-doc/sample/mock/Dice.cpp
/usr/share/doc/cxxtest-doc/sample/mock/Dice.h
/usr/share/doc/cxxtest-doc/sample/mock/Makefile
/usr/share/doc/cxxtest-doc/sample/mock/MockStdlib.h
/usr/share/doc/cxxtest-doc/sample/mock/T
/usr/share/doc/cxxtest-doc/sample/mock/T/stdlib.h
/usr/share/doc/cxxtest-doc/sample/mock/TestDice.h
/usr/share/doc/cxxtest-doc/sample/mock/mock_stdlib.cpp
/usr/share/doc/cxxtest-doc/sample/mock/real_stdlib.cpp
/usr/share/doc/cxxtest-doc/sample/mock/roll.cpp
/usr/share/doc/cxxtest-doc/sample/only.tpl
/usr/share/doc/cxxtest-doc/sample/parts
/usr/share/doc/cxxtest-doc/sample/parts/Makefile.unix
/usr/share/doc/cxxtest-doc/sample/winddk
/usr/share/doc/cxxtest-doc/sample/winddk/Makefile
/usr/share/doc/cxxtest-doc/sample/winddk/Makefile.inc
/usr/share/doc/cxxtest-doc/sample/winddk/RunTests.tpl
/usr/share/doc/cxxtest-doc/sample/winddk/SOURCES
/usr/share/doc/cxxtest-doc/sample/yes_no_runner.cpp

References

Summary

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