How To Install python-odml-doc on Fedora 36

In this tutorial we learn how to install python-odml-doc in Fedora 36. python-odml-doc is File-format to store metadata in an organized way

Introduction

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

What is python-odml-doc

odML (open metadata Markup Language) is a file format for storing arbitrary metadata. The underlying data model offers a way to store metadata in a structured human- and machine-readable way. Well organized metadata management is a key component to guarantee reproducibility of experiments and to track provenance of performed analyses. python-odml is the python library for reading and writing odml metadata files. It is a registered research resource with the RRID

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

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

sudo dnf -y install python-odml-doc

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

sudo yum -y install python-odml-doc

How To Uninstall python-odml-doc on Fedora 36

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

sudo dnf remove python-odml-doc

python-odml-doc Package Contents on Fedora 36

/usr/share/doc/python-odml-doc
/usr/share/doc/python-odml-doc/examples
/usr/share/doc/python-odml-doc/examples/example_odMLs
/usr/share/doc/python-odml-doc/examples/example_odMLs/THGTTG.odml
/usr/share/doc/python-odml-doc/examples/example_odMLs/sample_odml.json
/usr/share/doc/python-odml-doc/examples/example_odMLs/sample_odml.odml
/usr/share/doc/python-odml-doc/examples/example_odMLs/sample_odml.rdf
/usr/share/doc/python-odml-doc/examples/example_odMLs/sample_odml.yaml
/usr/share/doc/python-odml-doc/examples/example_odMLs/thgttg.py
/usr/share/doc/python-odml-doc/html
/usr/share/doc/python-odml-doc/html/_sources
/usr/share/doc/python-odml-doc/html/_sources/advanced_features.rst.txt
/usr/share/doc/python-odml-doc/html/_sources/base-classes.rst.txt
/usr/share/doc/python-odml-doc/html/_sources/index.rst.txt
/usr/share/doc/python-odml-doc/html/_sources/odmltordf.rst.txt
/usr/share/doc/python-odml-doc/html/_sources/reference.rst.txt
/usr/share/doc/python-odml-doc/html/_sources/support-classes.rst.txt
/usr/share/doc/python-odml-doc/html/_sources/tools.rst.txt
/usr/share/doc/python-odml-doc/html/_sources/tutorial.rst.txt
/usr/share/doc/python-odml-doc/html/_static
/usr/share/doc/python-odml-doc/html/_static/basic.css
/usr/share/doc/python-odml-doc/html/_static/css
/usr/share/doc/python-odml-doc/html/_static/css/badge_only.css
/usr/share/doc/python-odml-doc/html/_static/css/theme.css
/usr/share/doc/python-odml-doc/html/_static/doctools.js
/usr/share/doc/python-odml-doc/html/_static/documentation_options.js
/usr/share/doc/python-odml-doc/html/_static/file.png
/usr/share/doc/python-odml-doc/html/_static/jquery-3.5.1.js
/usr/share/doc/python-odml-doc/html/_static/jquery.js
/usr/share/doc/python-odml-doc/html/_static/js
/usr/share/doc/python-odml-doc/html/_static/js/badge_only.js
/usr/share/doc/python-odml-doc/html/_static/js/theme.js
/usr/share/doc/python-odml-doc/html/_static/language_data.js
/usr/share/doc/python-odml-doc/html/_static/minus.png
/usr/share/doc/python-odml-doc/html/_static/plus.png
/usr/share/doc/python-odml-doc/html/_static/pygments.css
/usr/share/doc/python-odml-doc/html/_static/searchtools.js
/usr/share/doc/python-odml-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/python-odml-doc/html/_static/underscore.js
/usr/share/doc/python-odml-doc/html/advanced_features.html
/usr/share/doc/python-odml-doc/html/base-classes.html
/usr/share/doc/python-odml-doc/html/genindex.html
/usr/share/doc/python-odml-doc/html/index.html
/usr/share/doc/python-odml-doc/html/objects.inv
/usr/share/doc/python-odml-doc/html/odmltordf.html
/usr/share/doc/python-odml-doc/html/py-modindex.html
/usr/share/doc/python-odml-doc/html/reference.html
/usr/share/doc/python-odml-doc/html/search.html
/usr/share/doc/python-odml-doc/html/searchindex.js
/usr/share/doc/python-odml-doc/html/support-classes.html
/usr/share/doc/python-odml-doc/html/tools.html
/usr/share/doc/python-odml-doc/html/tutorial.html
/usr/share/licenses/python-odml-doc
/usr/share/licenses/python-odml-doc/LICENSE

References

Summary

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