How To Install arbor on Fedora 36

In this tutorial we learn how to install arbor in Fedora 36. arbor is Multi-compartment neural network simulation library

Introduction

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

What is arbor

Arbor is a high-performance library for Computational Neuroscience simulations. Some key features include - Asynchronous spike exchange that overlaps compute and communication. - Efficient sampling of voltage and current on all back ends. - Efficient implementation of all features on GPU. - Reporting of memory and energy consumption (when available on platform). - An API for addition of new cell types, e.g. LIF and Poisson spike generators. - Validation tests against numeric/analytic models and NEURON. Documentation is available at https

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

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

sudo dnf -y install arbor

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

sudo yum -y install arbor

How To Uninstall arbor on Fedora 36

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

sudo dnf remove arbor

arbor Package Contents on Fedora 36

/usr/bin/modcc
/usr/lib/.build-id
/usr/lib/.build-id/45
/usr/lib/.build-id/45/519f955830d198630e2f6c60624b3a8a804294
/usr/lib/python3.10/site-packages/arbor
/usr/lib/python3.10/site-packages/arbor/VERSION
/usr/lib/python3.10/site-packages/arbor/__init__.py
/usr/lib/python3.10/site-packages/arbor/__pycache__
/usr/lib/python3.10/site-packages/arbor/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/arbor/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/arbor/_arbor.cpython-310-i386-linux-gnu.so
/usr/share/doc/arbor
/usr/share/doc/arbor/README.md
/usr/share/licenses/arbor
/usr/share/licenses/arbor/LICENSE
/usr/share/licenses/arbor/LICENSE-tinyopt

References

Summary

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


title: “How To Install arbor on Fedora 36” linkTitle: “arbor” type: “docs” description: “In this tutorial we learn how to install arbor in Fedora 36. arbor is Multi-compartment neural network simulation library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/arbor-featured.png

Introduction

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

What is arbor

Arbor is a high-performance library for Computational Neuroscience simulations. Some key features include - Asynchronous spike exchange that overlaps compute and communication. - Efficient sampling of voltage and current on all back ends. - Efficient implementation of all features on GPU. - Reporting of memory and energy consumption (when available on platform). - An API for addition of new cell types, e.g. LIF and Poisson spike generators. - Validation tests against numeric/analytic models and NEURON. Documentation is available at https

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

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

sudo dnf -y install arbor

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

sudo yum -y install arbor

How To Uninstall arbor on Fedora 36

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

sudo dnf remove arbor

arbor Package Contents on Fedora 36

/usr/bin/modcc
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/f38da8ac17713c0caf3bda5266ec1385b90a56
/usr/lib64/python3.10/site-packages/arbor
/usr/lib64/python3.10/site-packages/arbor/VERSION
/usr/lib64/python3.10/site-packages/arbor/__init__.py
/usr/lib64/python3.10/site-packages/arbor/__pycache__
/usr/lib64/python3.10/site-packages/arbor/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/arbor/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/arbor/_arbor.cpython-310-x86_64-linux-gnu.so
/usr/share/doc/arbor
/usr/share/doc/arbor/README.md
/usr/share/licenses/arbor
/usr/share/licenses/arbor/LICENSE
/usr/share/licenses/arbor/LICENSE-tinyopt

References

Summary

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