How to Install and Uninstall mepack.i686 Package on Fedora 39

Last updated: November 27,2024

1. Install "mepack.i686" package

In this section, we are going to explain the necessary steps to install mepack.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install mepack.i686

2. Uninstall "mepack.i686" package

Please follow the step by step instructions below to uninstall mepack.i686 on Fedora 39:

$ sudo dnf remove mepack.i686 $ sudo dnf autoremove

3. Information about the mepack.i686 package on Fedora 39

Last metadata expiration check: 2:38:28 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : mepack
Version : 1.1.1
Release : 1.fc39
Architecture : i686
Size : 1.7 M
Source : mepack-1.1.1-1.fc39.src.rpm
Repository : updates
Summary : A Fortran software library for solving dense Sylvester-like matrix equations
URL : https://www.mpi-magdeburg.mpg.de/projects/mepack
License : GPL-3.0-or-later and LGPL-2.1-or-later and BSD-3-Clause
Description : MEPACK is a software library focused on solving dense Sylvester-like
: matrix equations. The library is written in Fortran and provides
: interfaces for C, MATLAB and GNU Octave. The development places great
: emphasis on the fact that the algorithms can be adapted very well to
: modern CPU architectures by current Fortran compilers. In addition, the
: algorithms are accelerated through the use of directed acyclic graphs
: using OpenMP to increase the utility of multicore architectures.