How To Install c4log on Fedora 36

In this tutorial we learn how to install c4log in Fedora 36. c4log is C++ type-safe logging, mean and lean

Introduction

In this tutorial we learn how to install c4log on Fedora 36.

What is c4log

C++ type-safe logging, mean and lean.

We can use yum or dnf to install c4log on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install c4log.

Install c4log 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 c4log using dnf by running the following command:

sudo dnf -y install c4log

Install c4log 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 c4log using yum by running the following command:

sudo yum -y install c4log

How To Uninstall c4log on Fedora 36

To uninstall only the c4log package we can use the following command:

sudo dnf remove c4log

c4log Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/3262b712cd3dd19333590372e6a5da302e9477
/usr/lib64/libc4log.so.0.0.1
/usr/share/doc/c4log
/usr/share/doc/c4log/README.md
/usr/share/licenses/c4log
/usr/share/licenses/c4log/LICENSE.txt

References

Summary

In this tutorial we learn how to install c4log on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install c4log on Fedora 36” linkTitle: “c4log” type: “docs” description: “In this tutorial we learn how to install c4log in Fedora 36. c4log is C++ type-safe logging, mean and lean” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/c4log-featured.png

Introduction

In this tutorial we learn how to install c4log on Fedora 36.

What is c4log

C++ type-safe logging, mean and lean.

We can use yum or dnf to install c4log on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install c4log.

Install c4log 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 c4log using dnf by running the following command:

sudo dnf -y install c4log

Install c4log 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 c4log using yum by running the following command:

sudo yum -y install c4log

How To Uninstall c4log on Fedora 36

To uninstall only the c4log package we can use the following command:

sudo dnf remove c4log

c4log Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/4e6f260401a648a9aec4ebd3f096bdfc4c4324
/usr/lib/libc4log.so.0.0.1
/usr/share/doc/c4log
/usr/share/doc/c4log/README.md
/usr/share/licenses/c4log
/usr/share/licenses/c4log/LICENSE.txt

References

Summary

In this tutorial we learn how to install c4log on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).