How to Install and Uninstall cppad-devel.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "cppad-devel.x86_64" package

Please follow the step by step instructions below to install cppad-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install cppad-devel.x86_64

2. Uninstall "cppad-devel.x86_64" package

In this section, we are going to explain the necessary steps to uninstall cppad-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove cppad-devel.x86_64 $ sudo dnf autoremove

3. Information about the cppad-devel.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:33:12 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : cppad-devel
Version : 20230000.0
Release : 1.el9
Architecture : x86_64
Size : 433 k
Source : cppad-20230000.0-1.el9.src.rpm
Repository : epel
Summary : The cppad C++ include files for Algorithmic Differentiation (AD)
URL : https://github.com/coin-or/CppAD
License : EPL-2.0 or GPLv2+
Description : We refer to the step by step conversion from an algorithm that computes
: function values to an algorithm that computes derivative values as
: Algorithmic Differentiation (often referred to as Automatic Differentiation.)
: Given a C++ algorithm that computes function values, cppad generates an
: algorithm that computes its derivative values. A brief introduction to
: Algorithmic Differentiation (AD) can be found at
: http://en.wikipedia.org/wiki/Automatic_differentiation
: See the package cppad-doc for documentation of this version of cppad.