How to Install and Uninstall sundials.x86_64 Package on Fedora 35

Last updated: September 20,2024

1. Install "sundials.x86_64" package

This guide let you learn how to install sundials.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install sundials.x86_64

2. Uninstall "sundials.x86_64" package

This guide let you learn how to uninstall sundials.x86_64 on Fedora 35:

$ sudo dnf remove sundials.x86_64 $ sudo dnf autoremove

3. Information about the sundials.x86_64 package on Fedora 35

Last metadata expiration check: 1:22:50 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : sundials
Version : 5.7.0
Release : 3.fc35
Architecture : x86_64
Size : 982 k
Source : sundials-5.7.0-3.fc35.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.