How To Install QsLog on Fedora 36
Introduction
In this tutorial we learn how to install QsLog
on Fedora 36.
What is QsLog
QsLog is an easy to use logger that is based on Qt’s QDebug class. Features * Six logging levels (from trace to fatal) * Logging level threshold configurable at runtime. * Minimum overhead when logging is turned off. * Supports multiple destinations, comes with file and debug destinations. * Thread-safe * Supports logging of common Qt types out of the box.
We can use yum
or dnf
to install QsLog
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install QsLog.
Install QsLog 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 QsLog
using dnf
by running the following command:
sudo dnf -y install QsLog
Install QsLog 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 QsLog
using yum
by running the following command:
sudo yum -y install QsLog
How To Uninstall QsLog on Fedora 36
To uninstall only the QsLog
package we can use the following command:
sudo dnf remove QsLog
QsLog Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/47
/usr/lib/.build-id/47/fbea00eccb0e46cb5ec97d9c9e86367950ae49
/usr/lib/libQsLog.so.2
/usr/lib/libQsLog.so.2.0
/usr/lib/libQsLog.so.2.0.0
/usr/share/doc/QsLog
/usr/share/doc/QsLog/LICENSE
/usr/share/doc/QsLog/QsLogReadme.txt
References
Summary
In this tutorial we learn how to install QsLog
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install QsLog on Fedora 36” linkTitle: “QsLog” type: “docs” description: “In this tutorial we learn how to install QsLog in Fedora 36. QsLog is An easy to use logger that is based on Qt’s QDebug class” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/QsLog-featured.png
Introduction
In this tutorial we learn how to install QsLog
on Fedora 36.
What is QsLog
QsLog is an easy to use logger that is based on Qt’s QDebug class. Features * Six logging levels (from trace to fatal) * Logging level threshold configurable at runtime. * Minimum overhead when logging is turned off. * Supports multiple destinations, comes with file and debug destinations. * Thread-safe * Supports logging of common Qt types out of the box.
We can use yum
or dnf
to install QsLog
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install QsLog.
Install QsLog 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 QsLog
using dnf
by running the following command:
sudo dnf -y install QsLog
Install QsLog 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 QsLog
using yum
by running the following command:
sudo yum -y install QsLog
How To Uninstall QsLog on Fedora 36
To uninstall only the QsLog
package we can use the following command:
sudo dnf remove QsLog
QsLog Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/31e9c3243a0a5d33c6a1e74a69d63f2b666406
/usr/lib64/libQsLog.so.2
/usr/lib64/libQsLog.so.2.0
/usr/lib64/libQsLog.so.2.0.0
/usr/share/doc/QsLog
/usr/share/doc/QsLog/LICENSE
/usr/share/doc/QsLog/QsLogReadme.txt
References
Summary
In this tutorial we learn how to install QsLog
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).