How To Install jneuroml-core on Fedora 36

In this tutorial we learn how to install jneuroml-core in Fedora 36. jneuroml-core is The NeuroML 2 Schema and ComponentType definitions in LEMS

Introduction

In this tutorial we learn how to install jneuroml-core on Fedora 36.

What is jneuroml-core

This repository contains the NeuroML 2 Schema, the ComponentType definitions in LEMS and a number of example files in NeuroML 2 and LEMS files for running simulations. For more details on LEMS and NeuroML 2 see Robert C. Cannon, Padraig Gleeson, Sharon Crook, Gautham Ganapathy, Boris Marin, Eugenio Piasini and R. Angus Silver, LEMS complex biological models in concise and hierarchical form and its use in underpinning NeuroML 2, Frontiers in Neuroinformatics 2014, doi

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

Install jneuroml-core 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 jneuroml-core using dnf by running the following command:

sudo dnf -y install jneuroml-core

Install jneuroml-core 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 jneuroml-core using yum by running the following command:

sudo yum -y install jneuroml-core

How To Uninstall jneuroml-core on Fedora 36

To uninstall only the jneuroml-core package we can use the following command:

sudo dnf remove jneuroml-core

jneuroml-core Package Contents on Fedora 36

/usr/share/doc/jneuroml-core
/usr/share/doc/jneuroml-core/CONTRIBUTING.md
/usr/share/doc/jneuroml-core/README.md
/usr/share/java/jneuroml-core
/usr/share/java/jneuroml-core/neuroml2-base-definitions.jar
/usr/share/licenses/jneuroml-core
/usr/share/licenses/jneuroml-core/LICENSE.lesser
/usr/share/maven-metadata/jneuroml-core.xml
/usr/share/maven-poms/jneuroml-core
/usr/share/maven-poms/jneuroml-core/neuroml2-base-definitions.pom

References

Summary

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