How to Install and Uninstall libneurosim-openmpi-devel.x86_64 Package on Fedora 38

Last updated: October 02,2024

1. Install "libneurosim-openmpi-devel.x86_64" package

In this section, we are going to explain the necessary steps to install libneurosim-openmpi-devel.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install libneurosim-openmpi-devel.x86_64

2. Uninstall "libneurosim-openmpi-devel.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libneurosim-openmpi-devel.x86_64 on Fedora 38:

$ sudo dnf remove libneurosim-openmpi-devel.x86_64 $ sudo dnf autoremove

3. Information about the libneurosim-openmpi-devel.x86_64 package on Fedora 38

Last metadata expiration check: 1:16:33 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : libneurosim-openmpi-devel
Version : 1.2.0
Release : 6.20210110.gitafc003f.fc38
Architecture : x86_64
Size : 14 k
Source : libneurosim-1.2.0-6.20210110.gitafc003f.fc38.src.rpm
Repository : fedora
Summary : libneurosim built with openmpi
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.