How To Install liblogging-stdlog on Fedora 36
Introduction
In this tutorial we learn how to install liblogging-stdlog
on Fedora 36.
What is liblogging-stdlog
liblogging (the upstream project) is a collection of several components. Namely The stdlog component of liblogging can be viewed as an enhanced version of the syslog(3) API. It retains the easy semantics, but makes the API more sophisticated “behind the scenes” with better support for multiple threads and flexibility for different log destinations (e.g. syslog and systemd journal).
We can use yum
or dnf
to install liblogging-stdlog
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liblogging-stdlog.
title: “How To Install liblogging-stdlog on Fedora 36” linkTitle: “liblogging-stdlog”
Install liblogging-stdlog on Fedora 36 Using dnf
type: “docs”
Update yum database with dnf
using the following command.
description: “In this tutorial we learn how to install liblogging-stdlog in Fedora 36. liblogging-stdlog is An easy to use logging library - stdlog component”
date: "2022-08-17"
lastmod: "2022-08-17"
sudo dnf makecache --refresh
#image: /images/fedora/36/liblogging-stdlog-featured.png
After updating yum database, We can install liblogging-stdlog
using dnf
by running the following command:
Introduction
sudo dnf -y install liblogging-stdlog
In this tutorial we learn how to install `liblogging-stdlog` on Fedora 36.
What is liblogging-stdlog
Install liblogging-stdlog on Fedora 36 Using yum
liblogging (the upstream project) is a collection of several components. Namely The stdlog component of liblogging can be viewed as an enhanced version of the syslog(3) API. It retains the easy semantics, but makes the API more sophisticated “behind the scenes” with better support for multiple threads and flexibility for different log destinations (e.g. syslog and systemd journal).
Update yum database with yum
using the following command.
We can use `yum` or `dnf` to install `liblogging-stdlog` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liblogging-stdlog.
sudo yum makecache --refresh
Install liblogging-stdlog on Fedora 36 Using dnf
After updating yum database, We can install liblogging-stdlog
using yum
by running the following command:
Update yum database with dnf
using the following command.
sudo yum -y install liblogging-stdlog
```bash
sudo dnf makecache –refresh
## How To Uninstall liblogging-stdlog on Fedora 36
To uninstall only the `liblogging-stdlog` package we can use the following command:
After updating yum database, We can install `liblogging-stdlog` using `dnf` by running the following command:
```bash
```bash
sudo dnf -y install liblogging-stdlog
sudo dnf remove liblogging-stdlog
## liblogging-stdlog Package Contents on Fedora 36
## Install liblogging-stdlog on Fedora 36 Using yum
```bash
Update yum database with `yum` using the following command.
```bash
sudo yum makecache --refresh
After updating yum database, We can install liblogging-stdlog
using yum
by running the following command:
sudo yum -y install liblogging-stdlog
How To Uninstall liblogging-stdlog on Fedora 36
To uninstall only the liblogging-stdlog
package we can use the following command:
sudo dnf remove liblogging-stdlog
liblogging-stdlog Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/e64eb653289a1843a476e3c0317e088b61bcd3
/usr/lib64/liblogging-stdlog.so.0
/usr/lib64/liblogging-stdlog.so.0.1.0
/usr/share/doc/liblogging-stdlog
/usr/share/doc/liblogging-stdlog/ChangeLog
/usr/share/licenses/liblogging-stdlog
/usr/share/licenses/liblogging-stdlog/COPYING
References
Summary
In this tutorial we learn how to install liblogging-stdlog
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/8e /usr/lib/.build-id/8e/66a082528918736db6744fb215f549cf30d690 /usr/lib/liblogging-stdlog.so.0 /usr/lib/liblogging-stdlog.so.0.1.0 /usr/share/doc/liblogging-stdlog /usr/share/doc/liblogging-stdlog/ChangeLog /usr/share/licenses/liblogging-stdlog /usr/share/licenses/liblogging-stdlog/COPYING
## References
* [liblogging-stdlog website](http://www.liblogging.org/)
## Summary
In this tutorial we learn how to install `liblogging-stdlog` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).