How To Install libneurosim-mpich on Fedora 36

In this tutorial we learn how to install libneurosim-mpich in Fedora 36. libneurosim-mpich is libneurosim built with mpich

Introduction

In this tutorial we learn how to install libneurosim-mpich on Fedora 36.

What is libneurosim-mpich

libneurosim is a general library that provides interfaces and common utility code for neuronal simulators. Currently it provides the ConnectionGenerator interface. The ConnectionGenerator API is a standard interface supporting efficient generation of network connectivity during model setup in neuronal network simulators. It is intended as an abstraction isolating both sides of the API any simulator can use a given connection generator and a given simulator can use any library providing the ConnectionGenerator interface. It was initially developed to support the use of libcsa from NEST.

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

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

sudo dnf -y install libneurosim-mpich

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

sudo yum -y install libneurosim-mpich

How To Uninstall libneurosim-mpich on Fedora 36

To uninstall only the libneurosim-mpich package we can use the following command:

sudo dnf remove libneurosim-mpich

libneurosim-mpich Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/92
/usr/lib/.build-id/92/b1d5c61015304e5477dd62ca5d98fa9643d8a5
/usr/lib/.build-id/de
/usr/lib/.build-id/de/a74126b184fdbb6846de1c1f9357fe3e834bb8
/usr/lib64/mpich/lib/libneurosim.so.0
/usr/lib64/mpich/lib/libneurosim.so.0.0.0
/usr/lib64/mpich/lib/libpy3neurosim.so.0
/usr/lib64/mpich/lib/libpy3neurosim.so.0.0.0

References

Summary

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


title: “How To Install libneurosim-mpich on Fedora 36” linkTitle: “libneurosim-mpich” type: “docs” description: “In this tutorial we learn how to install libneurosim-mpich in Fedora 36. libneurosim-mpich is libneurosim built with mpich” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libneurosim-mpich-featured.png

Introduction

In this tutorial we learn how to install libneurosim-mpich on Fedora 36.

What is libneurosim-mpich

libneurosim is a general library that provides interfaces and common utility code for neuronal simulators. Currently it provides the ConnectionGenerator interface. The ConnectionGenerator API is a standard interface supporting efficient generation of network connectivity during model setup in neuronal network simulators. It is intended as an abstraction isolating both sides of the API any simulator can use a given connection generator and a given simulator can use any library providing the ConnectionGenerator interface. It was initially developed to support the use of libcsa from NEST.

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

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

sudo dnf -y install libneurosim-mpich

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

sudo yum -y install libneurosim-mpich

How To Uninstall libneurosim-mpich on Fedora 36

To uninstall only the libneurosim-mpich package we can use the following command:

sudo dnf remove libneurosim-mpich

libneurosim-mpich Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/be
/usr/lib/.build-id/be/c80793738851a7792b0fddcef97f46fadb4145
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/70d172d146900932b80df87d324b03d260f9e0
/usr/lib/mpich/lib/libneurosim.so.0
/usr/lib/mpich/lib/libneurosim.so.0.0.0
/usr/lib/mpich/lib/libpy3neurosim.so.0
/usr/lib/mpich/lib/libpy3neurosim.so.0.0.0

References

Summary

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