How to Install and Uninstall easyloggingpp-doc.noarch Package on CentOS Stream 9

Last updated: October 11,2024

1. Install "easyloggingpp-doc.noarch" package

In this section, we are going to explain the necessary steps to install easyloggingpp-doc.noarch on CentOS Stream 9

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

2. Uninstall "easyloggingpp-doc.noarch" package

Here is a brief guide to show you how to uninstall easyloggingpp-doc.noarch on CentOS Stream 9:

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

3. Information about the easyloggingpp-doc.noarch package on CentOS Stream 9

Last metadata expiration check: 0:11:34 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : easyloggingpp-doc
Epoch : 1
Version : 9.97.1
Release : 1.el9
Architecture : noarch
Size : 572 k
Source : easyloggingpp-9.97.1-1.el9.src.rpm
Repository : epel
Summary : Documentation and examples 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-doc package contains documentation and examples for
: developing applications that use Easylogging++.