How to Install and Uninstall sundials.x86_64 Package on CentOS 8 / RHEL 8

Last updated: October 06,2024

1. Install "sundials.x86_64" package

This guide covers the steps necessary to install sundials.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install sundials.x86_64

2. Uninstall "sundials.x86_64" package

Please follow the steps below to uninstall sundials.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove sundials.x86_64 $ sudo dnf autoremove

3. Information about the sundials.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:37:59 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : sundials
Version : 4.1.0
Release : 12.el8
Architecture : x86_64
Size : 564 k
Source : sundials-4.1.0-12.el8.src.rpm
Repository : epel
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.