How to Install and Uninstall sundials.i686 Package on Fedora 34

Last updated: October 08,2024

1. Install "sundials.i686" package

This guide covers the steps necessary to install sundials.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install sundials.i686

2. Uninstall "sundials.i686" package

Please follow the instructions below to uninstall sundials.i686 on Fedora 34:

$ sudo dnf remove sundials.i686 $ sudo dnf autoremove

3. Information about the sundials.i686 package on Fedora 34

Last metadata expiration check: 3:40:56 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : sundials
Version : 5.6.1
Release : 3.fc34
Architecture : i686
Size : 683 k
Source : sundials-5.6.1-3.fc34.src.rpm
Repository : fedora
Summary : Suite of nonlinear solvers
URL : https://computation.llnl.gov/projects/sundials/
License : BSD
Description : SUNDIALS is a SUite of Non-linear DIfferential/ALgebraic equation Solvers
: for use in writing mathematical software.
:
: SUNDIALS was implemented with the goal of providing robust time integrators
: and nonlinear solvers that can easily be incorporated into existing simulation
: codes. The primary design goals were to require minimal information from the
: user, allow users to easily supply their own data structures underneath the
: solvers, and allow for easy incorporation of user-supplied linear solvers and
: preconditioners.