How to Install and Uninstall easyloggingpp-devel.noarch Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "easyloggingpp-devel.noarch" package

This tutorial shows how to install easyloggingpp-devel.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install easyloggingpp-devel.noarch

2. Uninstall "easyloggingpp-devel.noarch" package

Please follow the step by step instructions below to uninstall easyloggingpp-devel.noarch on Rocky Linux 9:

$ sudo dnf remove easyloggingpp-devel.noarch $ sudo dnf autoremove

3. Information about the easyloggingpp-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 1:51:40 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : easyloggingpp-devel
Epoch : 1
Version : 9.97.1
Release : 1.el9
Architecture : noarch
Size : 59 k
Source : easyloggingpp-9.97.1-1.el9.src.rpm
Repository : epel
Summary : Development files for Easylogging++
URL : https://github.com/abumq/easyloggingpp
License : MIT
Description : Easylogging++ is an efficient logging library for C++ applications. It is
: extremely powerful, highly extendable and configurable to a user’s
: requirements. It provides the ability to write your own sinks (via featured
: referred as LogDispatchCallback). This library is currently used by hundreds of
: open-source projects on github and other open-source source control management
: sites.
:
: The easyloggingpp-devel package contains libraries and header files for
: developing applications that use Easylogging++.