How To Install sundials2 on Fedora 36

In this tutorial we learn how to install sundials2 in Fedora 36. sundials2 is Suite of nonlinear solvers

Introduction

In this tutorial we learn how to install sundials2 on Fedora 36.

What is sundials2

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.

We can use yum or dnf to install sundials2 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sundials2.

Install sundials2 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install sundials2 using dnf by running the following command:

sudo dnf -y install sundials2

Install sundials2 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install sundials2 using yum by running the following command:

sudo yum -y install sundials2

How To Uninstall sundials2 on Fedora 36

To uninstall only the sundials2 package we can use the following command:

sudo dnf remove sundials2

sundials2 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/43
/usr/lib/.build-id/43/5ad367a06d587804e86de535bb4dda76b7eb87
/usr/lib/.build-id/51
/usr/lib/.build-id/51/ae38b9fce7524db307f438e40c93bab0f9a68c
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/af72f6ac8e9e625d9ce8a60b75e39cbe4c9adf
/usr/lib/.build-id/85
/usr/lib/.build-id/85/b897ec2aca2a9e54cc4cae5905237928b0b6ae
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/33e789115b9c26af9919471625613e95127920
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/994e9b43bbcec7ad654642554ccb7ab4e7c736
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/a2072ad5d44ec30b69a696e94e644fed314e0b
/usr/lib/.build-id/db
/usr/lib/.build-id/db/3b0b4986eae3964f6ca58d02801fbe8499f77c
/usr/lib/.build-id/df
/usr/lib/.build-id/df/05e04fbebc307663065e3c55c639e2e604de23
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/61ec239dcff82a5eb6cd86a7e543c04a254bfd
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/ca9ef9dc15af64f83c876d72116201ecfe335b
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/ad2b76cac891f0c24afe1503afbb2ad902a413
/usr/lib/libsundials_arkode.so.1
/usr/lib/libsundials_arkode.so.1.1.0
/usr/lib/libsundials_cvode.so.2
/usr/lib/libsundials_cvode.so.2.9.0
/usr/lib/libsundials_cvodes.so.2
/usr/lib/libsundials_cvodes.so.2.9.0
/usr/lib/libsundials_fnvecopenmp.so.2
/usr/lib/libsundials_fnvecopenmp.so.2.7.0
/usr/lib/libsundials_fnvecpthreads.so.2
/usr/lib/libsundials_fnvecpthreads.so.2.7.0
/usr/lib/libsundials_fnvecserial.so.2
/usr/lib/libsundials_fnvecserial.so.2.7.0
/usr/lib/libsundials_ida.so.2
/usr/lib/libsundials_ida.so.2.9.0
/usr/lib/libsundials_idas.so.1
/usr/lib/libsundials_idas.so.1.3.0
/usr/lib/libsundials_kinsol.so.2
/usr/lib/libsundials_kinsol.so.2.9.0
/usr/lib/libsundials_nvecopenmp.so.2
/usr/lib/libsundials_nvecopenmp.so.2.7.0
/usr/lib/libsundials_nvecpthreads.so.2
/usr/lib/libsundials_nvecpthreads.so.2.7.0
/usr/lib/libsundials_nvecserial.so.2
/usr/lib/libsundials_nvecserial.so.2.7.0
/usr/share/doc/sundials2
/usr/share/doc/sundials2/README
/usr/share/doc/sundials2/README-arkode
/usr/share/doc/sundials2/README-cvode
/usr/share/doc/sundials2/README-cvodes
/usr/share/doc/sundials2/README-ida
/usr/share/doc/sundials2/README-kinsol
/usr/share/doc/sundials2/README-nvec_par
/usr/share/doc/sundials2/README-nvec_pthreads
/usr/share/doc/sundials2/README-nvec_ser
/usr/share/licenses/sundials2
/usr/share/licenses/sundials2/LICENSE

References

Summary

In this tutorial we learn how to install sundials2 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install sundials2 on Fedora 36” linkTitle: “sundials2” type: “docs” description: “In this tutorial we learn how to install sundials2 in Fedora 36. sundials2 is Suite of nonlinear solvers” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/sundials2-featured.png

Introduction

In this tutorial we learn how to install sundials2 on Fedora 36.

What is sundials2

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.

We can use yum or dnf to install sundials2 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sundials2.

Install sundials2 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install sundials2 using dnf by running the following command:

sudo dnf -y install sundials2

Install sundials2 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install sundials2 using yum by running the following command:

sudo yum -y install sundials2

How To Uninstall sundials2 on Fedora 36

To uninstall only the sundials2 package we can use the following command:

sudo dnf remove sundials2

sundials2 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/62f305cc09580b978f7d77e0087b53c4f0395d
/usr/lib/.build-id/09
/usr/lib/.build-id/09/394973cffd6e06a3d670cdc0a1826e4591348b
/usr/lib/.build-id/20
/usr/lib/.build-id/20/add698a083da46745dc99958689294ece8ff7d
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/78f47deb2a82024617420b4f550880af2657b7
/usr/lib/.build-id/53
/usr/lib/.build-id/53/3cffe5fdb14b6904e88fdbd9a7dd58a211bb0b
/usr/lib/.build-id/56
/usr/lib/.build-id/56/1ede8723a91d24a3961c383aa2732225708815
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/eddb47e782cd6d3a9f2555536b841cc411bb91
/usr/lib/.build-id/76
/usr/lib/.build-id/76/2ae8b5de40a79d3f3c7741b9bc6a652a35a89e
/usr/lib/.build-id/85
/usr/lib/.build-id/85/198fbaed3324ff3ac42b04933544a37f5f5f73
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/958079374a50df6db7e94353f232429f68bbbb
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/c8b53c6baf629c42808782e128a94bb4103007
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/055cef9358bf787f159ef6c50ba6e6ca09d7ee
/usr/lib64/libsundials_arkode.so.1
/usr/lib64/libsundials_arkode.so.1.1.0
/usr/lib64/libsundials_cvode.so.2
/usr/lib64/libsundials_cvode.so.2.9.0
/usr/lib64/libsundials_cvodes.so.2
/usr/lib64/libsundials_cvodes.so.2.9.0
/usr/lib64/libsundials_fnvecopenmp.so.2
/usr/lib64/libsundials_fnvecopenmp.so.2.7.0
/usr/lib64/libsundials_fnvecpthreads.so.2
/usr/lib64/libsundials_fnvecpthreads.so.2.7.0
/usr/lib64/libsundials_fnvecserial.so.2
/usr/lib64/libsundials_fnvecserial.so.2.7.0
/usr/lib64/libsundials_ida.so.2
/usr/lib64/libsundials_ida.so.2.9.0
/usr/lib64/libsundials_idas.so.1
/usr/lib64/libsundials_idas.so.1.3.0
/usr/lib64/libsundials_kinsol.so.2
/usr/lib64/libsundials_kinsol.so.2.9.0
/usr/lib64/libsundials_nvecopenmp.so.2
/usr/lib64/libsundials_nvecopenmp.so.2.7.0
/usr/lib64/libsundials_nvecpthreads.so.2
/usr/lib64/libsundials_nvecpthreads.so.2.7.0
/usr/lib64/libsundials_nvecserial.so.2
/usr/lib64/libsundials_nvecserial.so.2.7.0
/usr/share/doc/sundials2
/usr/share/doc/sundials2/README
/usr/share/doc/sundials2/README-arkode
/usr/share/doc/sundials2/README-cvode
/usr/share/doc/sundials2/README-cvodes
/usr/share/doc/sundials2/README-ida
/usr/share/doc/sundials2/README-kinsol
/usr/share/doc/sundials2/README-nvec_par
/usr/share/doc/sundials2/README-nvec_pthreads
/usr/share/doc/sundials2/README-nvec_ser
/usr/share/licenses/sundials2
/usr/share/licenses/sundials2/LICENSE

References

Summary

In this tutorial we learn how to install sundials2 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).