How To Install python-gsd-doc on Fedora 36

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

Introduction

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

What is python-gsd-doc

GSD (General Simulation Data) is a file format specification and a library to read and write it. The package also contains a python module that reads and writes hoomd schema gsd files with an easy to use syntax. * Efficiently store many frames of data from simulation runs. * High performance file read and write. * Support arbitrary chunks of data in each frame (position, orientation, type, etc…). * Append frames to an existing file with a monotonically increasing frame number. * Resilient to job kills. * Variable number of named chunks in each frame. * Variable size of chunks in each frame. * Each chunk identifies data type. * Common use cases * Generic use case * Easy to integrate into other tools with python, or a C API (< 1k lines). * Fast random access to frames. This package contains the documentation.

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

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

sudo dnf -y install python-gsd-doc

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

sudo yum -y install python-gsd-doc

How To Uninstall python-gsd-doc on Fedora 36

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

sudo dnf remove python-gsd-doc

python-gsd-doc Package Contents on Fedora 36

/usr/share/doc/python-gsd-doc
/usr/share/doc/python-gsd-doc/_static
/usr/share/doc/python-gsd-doc/_static/.keep
/usr/share/doc/python-gsd-doc/_static/basic.css
/usr/share/doc/python-gsd-doc/_static/css
/usr/share/doc/python-gsd-doc/_static/css/badge_only.css
/usr/share/doc/python-gsd-doc/_static/css/fonts
/usr/share/doc/python-gsd-doc/_static/css/fonts/Roboto-Slab-Bold.woff
/usr/share/doc/python-gsd-doc/_static/css/fonts/Roboto-Slab-Bold.woff2
/usr/share/doc/python-gsd-doc/_static/css/fonts/Roboto-Slab-Regular.woff
/usr/share/doc/python-gsd-doc/_static/css/fonts/Roboto-Slab-Regular.woff2
/usr/share/doc/python-gsd-doc/_static/css/fonts/fontawesome-webfont.eot
/usr/share/doc/python-gsd-doc/_static/css/fonts/fontawesome-webfont.svg
/usr/share/doc/python-gsd-doc/_static/css/fonts/fontawesome-webfont.ttf
/usr/share/doc/python-gsd-doc/_static/css/fonts/fontawesome-webfont.woff
/usr/share/doc/python-gsd-doc/_static/css/fonts/fontawesome-webfont.woff2
/usr/share/doc/python-gsd-doc/_static/css/fonts/lato-bold-italic.woff
/usr/share/doc/python-gsd-doc/_static/css/fonts/lato-bold-italic.woff2
/usr/share/doc/python-gsd-doc/_static/css/fonts/lato-bold.woff
/usr/share/doc/python-gsd-doc/_static/css/fonts/lato-bold.woff2
/usr/share/doc/python-gsd-doc/_static/css/fonts/lato-normal-italic.woff
/usr/share/doc/python-gsd-doc/_static/css/fonts/lato-normal-italic.woff2
/usr/share/doc/python-gsd-doc/_static/css/fonts/lato-normal.woff
/usr/share/doc/python-gsd-doc/_static/css/fonts/lato-normal.woff2
/usr/share/doc/python-gsd-doc/_static/css/gsd-theme.css
/usr/share/doc/python-gsd-doc/_static/css/theme.css
/usr/share/doc/python-gsd-doc/_static/doctools.js
/usr/share/doc/python-gsd-doc/_static/documentation_options.js
/usr/share/doc/python-gsd-doc/_static/file.png
/usr/share/doc/python-gsd-doc/_static/jquery-3.5.1.js
/usr/share/doc/python-gsd-doc/_static/jquery.js
/usr/share/doc/python-gsd-doc/_static/js
/usr/share/doc/python-gsd-doc/_static/js/badge_only.js
/usr/share/doc/python-gsd-doc/_static/js/html5shiv-printshiv.min.js
/usr/share/doc/python-gsd-doc/_static/js/html5shiv.min.js
/usr/share/doc/python-gsd-doc/_static/js/theme.js
/usr/share/doc/python-gsd-doc/_static/language_data.js
/usr/share/doc/python-gsd-doc/_static/minus.png
/usr/share/doc/python-gsd-doc/_static/plus.png
/usr/share/doc/python-gsd-doc/_static/pygments.css
/usr/share/doc/python-gsd-doc/_static/searchtools.js
/usr/share/doc/python-gsd-doc/_static/umich-block-M.svg
/usr/share/doc/python-gsd-doc/_static/underscore-1.13.1.js
/usr/share/doc/python-gsd-doc/_static/underscore.js
/usr/share/doc/python-gsd-doc/index.html
/usr/share/licenses/python-gsd-doc
/usr/share/licenses/python-gsd-doc/LICENSE

References

Summary

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