How To Install python-neurom-doc on Fedora 36

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

Introduction

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

What is python-neurom-doc

NeuroM is a Python-based toolkit for the analysis and processing of neuron morphologies. Documentation is available at https

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

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

sudo dnf -y install python-neurom-doc

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

sudo yum -y install python-neurom-doc

How To Uninstall python-neurom-doc on Fedora 36

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

sudo dnf remove python-neurom-doc

python-neurom-doc Package Contents on Fedora 36

/usr/share/doc/python-neurom-doc
/usr/share/doc/python-neurom-doc/examples
/usr/share/doc/python-neurom-doc/examples/boxplot.py
/usr/share/doc/python-neurom-doc/examples/density_plot.py
/usr/share/doc/python-neurom-doc/examples/end_to_end_distance.py
/usr/share/doc/python-neurom-doc/examples/extract_distribution.py
/usr/share/doc/python-neurom-doc/examples/features_graph_table.py
/usr/share/doc/python-neurom-doc/examples/get_features.py
/usr/share/doc/python-neurom-doc/examples/histogram.py
/usr/share/doc/python-neurom-doc/examples/iteration_analysis.py
/usr/share/doc/python-neurom-doc/examples/nl_fst_compat.py
/usr/share/doc/python-neurom-doc/examples/plot_features.py
/usr/share/doc/python-neurom-doc/examples/plot_somas.py
/usr/share/doc/python-neurom-doc/examples/radius_of_gyration.py
/usr/share/doc/python-neurom-doc/examples/section_ids.py
/usr/share/doc/python-neurom-doc/examples/soma_radius_fit.py
/usr/share/doc/python-neurom-doc/examples/synthesis_json.py
/usr/share/doc/python-neurom-doc/tutorial
/usr/share/doc/python-neurom-doc/tutorial/astrocyte_analysis.ipynb
/usr/share/doc/python-neurom-doc/tutorial/getting_started.ipynb
/usr/share/licenses/python-neurom-doc
/usr/share/licenses/python-neurom-doc/LICENSE.txt

References

Summary

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