How To Install python-tables-doc on Fedora 36

In this tutorial we learn how to install python-tables-doc in Fedora 36. python-tables-doc is Documentation for PyTables

Introduction

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

What is python-tables-doc

The python-tables-doc package contains the documentation for python-tables.

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

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

sudo dnf -y install python-tables-doc

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

sudo yum -y install python-tables-doc

How To Uninstall python-tables-doc on Fedora 36

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

sudo dnf remove python-tables-doc

python-tables-doc Package Contents on Fedora 36

/usr/share/doc/python-tables
/usr/share/doc/python-tables/examples
/usr/share/doc/python-tables/examples/Single_Table-vs-EArray_Table.ipynb
/usr/share/doc/python-tables/examples/add-column.py
/usr/share/doc/python-tables/examples/array1.py
/usr/share/doc/python-tables/examples/array2.py
/usr/share/doc/python-tables/examples/array3.py
/usr/share/doc/python-tables/examples/array4.py
/usr/share/doc/python-tables/examples/attributes1.py
/usr/share/doc/python-tables/examples/attrs-with-padding.py
/usr/share/doc/python-tables/examples/carray1.py
/usr/share/doc/python-tables/examples/check_examples.sh
/usr/share/doc/python-tables/examples/earray1.py
/usr/share/doc/python-tables/examples/earray2.py
/usr/share/doc/python-tables/examples/filenodes1.py
/usr/share/doc/python-tables/examples/index.py
/usr/share/doc/python-tables/examples/inmemory.py
/usr/share/doc/python-tables/examples/links.py
/usr/share/doc/python-tables/examples/multiprocess_access_benchmarks.py
/usr/share/doc/python-tables/examples/multiprocess_access_queues.py
/usr/share/doc/python-tables/examples/nested-tut.py
/usr/share/doc/python-tables/examples/nested1.py
/usr/share/doc/python-tables/examples/objecttree.py
/usr/share/doc/python-tables/examples/particles.py
/usr/share/doc/python-tables/examples/play-with-enums.py
/usr/share/doc/python-tables/examples/read_array_out_arg.py
/usr/share/doc/python-tables/examples/simple_threading.py
/usr/share/doc/python-tables/examples/split.py
/usr/share/doc/python-tables/examples/table-tree.py
/usr/share/doc/python-tables/examples/table1.py
/usr/share/doc/python-tables/examples/table2.py
/usr/share/doc/python-tables/examples/table3.py
/usr/share/doc/python-tables/examples/tables-with-padding.py
/usr/share/doc/python-tables/examples/threading_monkeypatch.py
/usr/share/doc/python-tables/examples/tutorial1-1.py
/usr/share/doc/python-tables/examples/tutorial1-2.py
/usr/share/doc/python-tables/examples/tutorial2.py
/usr/share/doc/python-tables/examples/tutorial3-1.py
/usr/share/doc/python-tables/examples/tutorial3-2.py
/usr/share/doc/python-tables/examples/undo-redo.py
/usr/share/doc/python-tables/examples/vlarray1.py
/usr/share/doc/python-tables/examples/vlarray2.py
/usr/share/doc/python-tables/examples/vlarray3.py
/usr/share/doc/python-tables/examples/vlarray4.py
/usr/share/doc/python-tables/pytablesmanual.pdf
/usr/share/doc/python-tables/requirements.txt
/usr/share/licenses/python-tables
/usr/share/licenses/python-tables/LICENSE.txt
/usr/share/licenses/python-tables/LICENSES
/usr/share/licenses/python-tables/LICENSES/BLOSC.txt
/usr/share/licenses/python-tables/LICENSES/CLOUD-SPTHEME.txt
/usr/share/licenses/python-tables/LICENSES/FASTLZ.txt
/usr/share/licenses/python-tables/LICENSES/H5PY.txt
/usr/share/licenses/python-tables/LICENSES/HDF5.txt
/usr/share/licenses/python-tables/LICENSES/LZ4.txt
/usr/share/licenses/python-tables/LICENSES/SNAPPY.txt
/usr/share/licenses/python-tables/LICENSES/STDINT.txt
/usr/share/licenses/python-tables/LICENSES/WIN32PTHREADS.txt
/usr/share/licenses/python-tables/LICENSES/ZLIB.txt
/usr/share/licenses/python-tables/LICENSES/ZSTD.TXT

References

Summary

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