How To Install libneurosim on Fedora 36

In this tutorial we learn how to install libneurosim in Fedora 36. libneurosim is Common interfaces for neuronal simulators

Introduction

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

What is libneurosim

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 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libneurosim.

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

sudo dnf -y install libneurosim

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

sudo yum -y install libneurosim

How To Uninstall libneurosim on Fedora 36

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

sudo dnf remove libneurosim

libneurosim Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/be
/usr/lib/.build-id/be/36156296cc319eccd007d73b16c7daf02e5467
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/2e48923c7669e9340a079c46b12c8bdca3d1e5
/usr/lib64/libneurosim.so.0
/usr/lib64/libneurosim.so.0.0.0
/usr/lib64/libpy3neurosim.so.0
/usr/lib64/libpy3neurosim.so.0.0.0

References

Summary

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


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

Introduction

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

What is libneurosim

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 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libneurosim.

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

sudo dnf -y install libneurosim

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

sudo yum -y install libneurosim

How To Uninstall libneurosim on Fedora 36

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

sudo dnf remove libneurosim

libneurosim Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/37
/usr/lib/.build-id/37/c64cdddeb5063d56bedb11b235ce1fb044fac3
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/79f56c6223f02fcf2639598c45cb8840eea2c8
/usr/lib/libneurosim.so.0
/usr/lib/libneurosim.so.0.0.0
/usr/lib/libpy3neurosim.so.0
/usr/lib/libpy3neurosim.so.0.0.0

References

Summary

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