How To Install log4cplus on Fedora 36
Introduction
In this tutorial we learn how to install log4cplus
on Fedora 36.
What is log4cplus
log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modeled after the Java log4j API.
We can use yum
or dnf
to install log4cplus
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install log4cplus.
Install log4cplus 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 log4cplus
using dnf
by running the following command:
sudo dnf -y install log4cplus
Install log4cplus 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 log4cplus
using yum
by running the following command:
sudo yum -y install log4cplus
How To Uninstall log4cplus on Fedora 36
To uninstall only the log4cplus
package we can use the following command:
sudo dnf remove log4cplus
log4cplus Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/85
/usr/lib/.build-id/85/68801873a1844b3e794fe3a92a80e3c9bcbd63
/usr/lib/.build-id/90
/usr/lib/.build-id/90/7662603fd252b574eed8a343b29877f28a074b
/usr/lib64/liblog4cplus-2.0.so.3
/usr/lib64/liblog4cplus-2.0.so.3.4.5
/usr/lib64/liblog4cplusU-2.0.so.3
/usr/lib64/liblog4cplusU-2.0.so.3.4.5
/usr/share/doc/log4cplus
/usr/share/doc/log4cplus/ChangeLog
/usr/share/doc/log4cplus/LICENSE
/usr/share/doc/log4cplus/README.md
References
Summary
In this tutorial we learn how to install log4cplus
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install log4cplus on Fedora 36” linkTitle: “log4cplus” type: “docs” description: “In this tutorial we learn how to install log4cplus in Fedora 36. log4cplus is Logging Framework for C++” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/log4cplus-featured.png
Introduction
In this tutorial we learn how to install log4cplus
on Fedora 36.
What is log4cplus
log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modeled after the Java log4j API.
We can use yum
or dnf
to install log4cplus
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install log4cplus.
Install log4cplus 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 log4cplus
using dnf
by running the following command:
sudo dnf -y install log4cplus
Install log4cplus 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 log4cplus
using yum
by running the following command:
sudo yum -y install log4cplus
How To Uninstall log4cplus on Fedora 36
To uninstall only the log4cplus
package we can use the following command:
sudo dnf remove log4cplus
log4cplus Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/61
/usr/lib/.build-id/61/a68bdd7392cbfe239a661e77d790dad545a0de
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/e7fd9d980b7aa50d3d478892327b5c4fc077e8
/usr/lib/liblog4cplus-2.0.so.3
/usr/lib/liblog4cplus-2.0.so.3.4.5
/usr/lib/liblog4cplusU-2.0.so.3
/usr/lib/liblog4cplusU-2.0.so.3.4.5
/usr/share/doc/log4cplus
/usr/share/doc/log4cplus/ChangeLog
/usr/share/doc/log4cplus/LICENSE
/usr/share/doc/log4cplus/README.md
References
Summary
In this tutorial we learn how to install log4cplus
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).