How To Install gcovr-doc on Fedora 36
In this tutorial we learn how to install gcovr-doc in Fedora 36. gcovr-doc is Documentation of gcovr
Introduction
In this tutorial we learn how to install gcovr-doc
on Fedora 36.
What is gcovr-doc
Documentation of gcovr.
We can use yum
or dnf
to install gcovr-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gcovr-doc.
Install gcovr-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 gcovr-doc
using dnf
by running the following command:
sudo dnf -y install gcovr-doc
Install gcovr-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 gcovr-doc
using yum
by running the following command:
sudo yum -y install gcovr-doc
How To Uninstall gcovr-doc on Fedora 36
To uninstall only the gcovr-doc
package we can use the following command:
sudo dnf remove gcovr-doc
gcovr-doc Package Contents on Fedora 36
/usr/share/doc/gcovr-doc
/usr/share/doc/gcovr-doc/_images
/usr/share/doc/gcovr-doc/_images/screenshot-html-details.example.cpp.png
/usr/share/doc/gcovr-doc/_images/screenshot-html.png
/usr/share/doc/gcovr-doc/_sources
/usr/share/doc/gcovr-doc/_sources/changelog.rst.txt
/usr/share/doc/gcovr-doc/_sources/contributing.rst.txt
/usr/share/doc/gcovr-doc/_sources/cookbook.rst.txt
/usr/share/doc/gcovr-doc/_sources/faq.rst.txt
/usr/share/doc/gcovr-doc/_sources/guide.rst.txt
/usr/share/doc/gcovr-doc/_sources/index.rst.txt
/usr/share/doc/gcovr-doc/_sources/installation.rst.txt
/usr/share/doc/gcovr-doc/_sources/license.rst.txt
/usr/share/doc/gcovr-doc/_static
/usr/share/doc/gcovr-doc/_static/basic.css
/usr/share/doc/gcovr-doc/_static/css
/usr/share/doc/gcovr-doc/_static/css/badge_only.css
/usr/share/doc/gcovr-doc/_static/css/theme.css
/usr/share/doc/gcovr-doc/_static/doctools.js
/usr/share/doc/gcovr-doc/_static/documentation_options.js
/usr/share/doc/gcovr-doc/_static/file.png
/usr/share/doc/gcovr-doc/_static/jquery-3.5.1.js
/usr/share/doc/gcovr-doc/_static/jquery.js
/usr/share/doc/gcovr-doc/_static/js
/usr/share/doc/gcovr-doc/_static/js/badge_only.js
/usr/share/doc/gcovr-doc/_static/js/theme.js
/usr/share/doc/gcovr-doc/_static/language_data.js
/usr/share/doc/gcovr-doc/_static/minus.png
/usr/share/doc/gcovr-doc/_static/plus.png
/usr/share/doc/gcovr-doc/_static/pygments.css
/usr/share/doc/gcovr-doc/_static/searchtools.js
/usr/share/doc/gcovr-doc/_static/underscore-1.13.1.js
/usr/share/doc/gcovr-doc/_static/underscore.js
/usr/share/doc/gcovr-doc/changelog.html
/usr/share/doc/gcovr-doc/contributing.html
/usr/share/doc/gcovr-doc/cookbook.html
/usr/share/doc/gcovr-doc/faq.html
/usr/share/doc/gcovr-doc/genindex.html
/usr/share/doc/gcovr-doc/guide.html
/usr/share/doc/gcovr-doc/index.html
/usr/share/doc/gcovr-doc/installation.html
/usr/share/doc/gcovr-doc/license.html
/usr/share/doc/gcovr-doc/objects.inv
/usr/share/doc/gcovr-doc/search.html
/usr/share/doc/gcovr-doc/searchindex.js
References
Summary
In this tutorial we learn how to install gcovr-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).