How to Install and Uninstall libneurosim-mpich.i686 Package on Fedora 39

Last updated: November 25,2024

1. Install "libneurosim-mpich.i686" package

This guide let you learn how to install libneurosim-mpich.i686 on Fedora 39

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

2. Uninstall "libneurosim-mpich.i686" package

This is a short guide on how to uninstall libneurosim-mpich.i686 on Fedora 39:

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

3. Information about the libneurosim-mpich.i686 package on Fedora 39

Last metadata expiration check: 2:28:31 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : libneurosim-mpich
Version : 1.2.0
Release : 8.20210110.gitafc003f.fc39
Architecture : i686
Size : 48 k
Source : libneurosim-1.2.0-8.20210110.gitafc003f.fc39.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.