How To Install blitz-doc on Fedora 36

In this tutorial we learn how to install blitz-doc in Fedora 36. blitz-doc is The Blitz html docs

Introduction

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

What is blitz-doc

HTML documentation files for the Blitz Library

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

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

sudo dnf -y install blitz-doc

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

sudo yum -y install blitz-doc

How To Uninstall blitz-doc on Fedora 36

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

sudo dnf remove blitz-doc

blitz-doc Package Contents on Fedora 36

/usr/share/doc/blitz-doc
/usr/share/doc/blitz-doc/AUTHORS
/usr/share/doc/blitz-doc/README.fedora
/usr/share/doc/blitz-doc/README.md
/usr/share/doc/blitz/examples
/usr/share/doc/blitz/examples/array.cpp
/usr/share/doc/blitz/examples/cartesian.cpp
/usr/share/doc/blitz/examples/cast.cpp
/usr/share/doc/blitz/examples/complex-test.cpp
/usr/share/doc/blitz/examples/convolve.cpp
/usr/share/doc/blitz/examples/deriv.cpp
/usr/share/doc/blitz/examples/fixed.cpp
/usr/share/doc/blitz/examples/io.cpp
/usr/share/doc/blitz/examples/iter.cpp
/usr/share/doc/blitz/examples/matmult.cpp
/usr/share/doc/blitz/examples/nested.cpp
/usr/share/doc/blitz/examples/numinquire.cpp
/usr/share/doc/blitz/examples/outer.cpp
/usr/share/doc/blitz/examples/polymorph.cpp
/usr/share/doc/blitz/examples/prettyprint.cpp
/usr/share/doc/blitz/examples/rand2.cpp
/usr/share/doc/blitz/examples/random.cpp
/usr/share/doc/blitz/examples/reduce.cpp
/usr/share/doc/blitz/examples/simple.cpp
/usr/share/doc/blitz/examples/slicing.cpp
/usr/share/doc/blitz/examples/stencil2.cpp
/usr/share/doc/blitz/examples/storage.cpp
/usr/share/doc/blitz/examples/tiny.cpp
/usr/share/doc/blitz/examples/useret.cpp
/usr/share/doc/blitz/examples/where.cpp
/usr/share/doc/blitz/examples/whitt.cpp
/usr/share/licenses/blitz-doc
/usr/share/licenses/blitz-doc/COPYING
/usr/share/licenses/blitz-doc/COPYING.LESSER
/usr/share/licenses/blitz-doc/LICENSE

References

Summary

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