How To Install python-PyLEMS-doc on Fedora 36

In this tutorial we learn how to install python-PyLEMS-doc in Fedora 36. python-PyLEMS-doc is LEMS interpreter implemented in Python

Introduction

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

What is python-PyLEMS-doc

A LEMS (http used to run NeuroML2 (http

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

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

sudo dnf -y install python-PyLEMS-doc

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

sudo yum -y install python-PyLEMS-doc

How To Uninstall python-PyLEMS-doc on Fedora 36

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

sudo dnf remove python-PyLEMS-doc

python-PyLEMS-doc Package Contents on Fedora 36

/usr/share/doc/python-PyLEMS-doc
/usr/share/doc/python-PyLEMS-doc/README.md
/usr/share/doc/python-PyLEMS-doc/examples
/usr/share/doc/python-PyLEMS-doc/examples/MultiRunSimulation.xml
/usr/share/doc/python-PyLEMS-doc/examples/SimpleNetwork.xml
/usr/share/doc/python-PyLEMS-doc/examples/SimpleTest.xml
/usr/share/doc/python-PyLEMS-doc/examples/SingleSimulation.xml
/usr/share/doc/python-PyLEMS-doc/examples/apitest.py
/usr/share/doc/python-PyLEMS-doc/examples/apitest2.py
/usr/share/doc/python-PyLEMS-doc/examples/apitest3.py
/usr/share/doc/python-PyLEMS-doc/examples/bounce-conditional.xml
/usr/share/doc/python-PyLEMS-doc/examples/elecdims.xml
/usr/share/doc/python-PyLEMS-doc/examples/ex2dims.xml
/usr/share/doc/python-PyLEMS-doc/examples/example1.xml
/usr/share/doc/python-PyLEMS-doc/examples/example10_Q10.xml
/usr/share/doc/python-PyLEMS-doc/examples/example2.xml
/usr/share/doc/python-PyLEMS-doc/examples/example3.xml
/usr/share/doc/python-PyLEMS-doc/examples/example4.xml
/usr/share/doc/python-PyLEMS-doc/examples/example5.xml
/usr/share/doc/python-PyLEMS-doc/examples/example6.xml
/usr/share/doc/python-PyLEMS-doc/examples/example7.xml
/usr/share/doc/python-PyLEMS-doc/examples/example8.xml
/usr/share/doc/python-PyLEMS-doc/examples/example9.xml
/usr/share/doc/python-PyLEMS-doc/examples/hhaltgate.xml
/usr/share/doc/python-PyLEMS-doc/examples/hhcell.xml
/usr/share/doc/python-PyLEMS-doc/examples/hhchannel.xml
/usr/share/doc/python-PyLEMS-doc/examples/hhmodels.xml
/usr/share/doc/python-PyLEMS-doc/examples/loadtest.py
/usr/share/doc/python-PyLEMS-doc/examples/misciaf.xml
/usr/share/doc/python-PyLEMS-doc/examples/spikegenerators.xml
/usr/share/licenses/python-PyLEMS-doc
/usr/share/licenses/python-PyLEMS-doc/LICENSE.lesser

References

Summary

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