How to Install and Uninstall python3-MUSIC-openmpi.x86_64 Package on Fedora 36

Last updated: January 12,2025

1. Install "python3-MUSIC-openmpi.x86_64" package

In this section, we are going to explain the necessary steps to install python3-MUSIC-openmpi.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install python3-MUSIC-openmpi.x86_64

2. Uninstall "python3-MUSIC-openmpi.x86_64" package

This guide covers the steps necessary to uninstall python3-MUSIC-openmpi.x86_64 on Fedora 36:

$ sudo dnf remove python3-MUSIC-openmpi.x86_64 $ sudo dnf autoremove

3. Information about the python3-MUSIC-openmpi.x86_64 package on Fedora 36

Last metadata expiration check: 1:39:52 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-MUSIC-openmpi
Version : 1.1.16
Release : 7.20201002git8c6b77a.fc36
Architecture : x86_64
Size : 140 k
Source : MUSIC-1.1.16-7.20201002git8c6b77a.fc36.src.rpm
Repository : fedora
Summary : Python3 support for MUSIC built with openmpi
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.