How to Install and Uninstall MUSIC-mpich.i686 Package on Fedora 35

Last updated: June 26,2024

1. Install "MUSIC-mpich.i686" package

This guide covers the steps necessary to install MUSIC-mpich.i686 on Fedora 35

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

2. Uninstall "MUSIC-mpich.i686" package

This guide covers the steps necessary to uninstall MUSIC-mpich.i686 on Fedora 35:

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

3. Information about the MUSIC-mpich.i686 package on Fedora 35

Last metadata expiration check: 2:59:25 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : MUSIC-mpich
Version : 1.1.16
Release : 6.20201002git8c6b77a.fc35
Architecture : i686
Size : 518 k
Source : MUSIC-1.1.16-6.20201002git8c6b77a.fc35.src.rpm
Repository : fedora
Summary : MUSIC built with mpich
URL : https://github.com/INCF/MUSIC/
License : GPLv3+
Description : MUSIC is an API allowing large scale neuron simulators using MPI internally to
: exchange data during runtime. MUSIC provides mechanisms to transfer massive
: amounts of event information and continuous values from one parallel
: application to another. Special care has been taken to ensure that existing
: simulators can be adapted to MUSIC. In particular, MUSIC handles data transfer
: between applications that use different time steps and different data
: allocation strategies.
:
: This is the MUSIC pilot implementation.
:
: The two most important components built from this software distribution is the
: music library `libmusic.a' and the music utility `music'. A MUSIC-aware
: simulator links against the C++ library and can be launched using mpirun
: together with the music utility as described below. MUSIC can also be used
: from a C program using the API in music-c.h.
:
: MUSIC is distributed under the GNU General Public License v3.