How to Install and Uninstall cln-devel.x86_64 Package on Rocky Linux 9

Last updated: April 27,2024

1. Install "cln-devel.x86_64" package

In this section, we are going to explain the necessary steps to install cln-devel.x86_64 on Rocky Linux 9

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

2. Uninstall "cln-devel.x86_64" package

This tutorial shows how to uninstall cln-devel.x86_64 on Rocky Linux 9:

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

3. Information about the cln-devel.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:12:40 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : cln-devel
Version : 1.3.4
Release : 16.el9
Architecture : x86_64
Size : 477 k
Source : cln-1.3.4-16.el9.src.rpm
Repository : epel
Summary : Development files for programs using the CLN library
URL : http://www.ginac.de/CLN/
License : GPLv2+
Description : A collection of C++ math classes and functions, which are designed for
: memory and speed efficiency, and enable type safety and algebraic
: syntax.
:
: This package is necessary if you wish to develop software based on
: the CLN library.