How to Install and Uninstall libneurosim-mpich.x86_64 Package on Fedora 35

Last updated: January 12,2025

1. Install "libneurosim-mpich.x86_64" package

Please follow the guidance below to install libneurosim-mpich.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install libneurosim-mpich.x86_64

2. Uninstall "libneurosim-mpich.x86_64" package

This tutorial shows how to uninstall libneurosim-mpich.x86_64 on Fedora 35:

$ sudo dnf remove libneurosim-mpich.x86_64 $ sudo dnf autoremove

3. Information about the libneurosim-mpich.x86_64 package on Fedora 35

Last metadata expiration check: 3:36:48 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : libneurosim-mpich
Version : 1.2.0
Release : 3.20210110.gitafc003f.fc35
Architecture : x86_64
Size : 46 k
Source : libneurosim-1.2.0-3.20210110.gitafc003f.fc35.src.rpm
Repository : fedora
Summary : libneurosim built with mpich
URL : https://github.com/INCF/libneurosim
License : GPLv3+
Description : 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.