How to Install and Uninstall QsLog.i686 Package on Fedora 35

Last updated: May 18,2024

1. Install "QsLog.i686" package

In this section, we are going to explain the necessary steps to install QsLog.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install QsLog.i686

2. Uninstall "QsLog.i686" package

This tutorial shows how to uninstall QsLog.i686 on Fedora 35:

$ sudo dnf remove QsLog.i686 $ sudo dnf autoremove

3. Information about the QsLog.i686 package on Fedora 35

Last metadata expiration check: 2:52:46 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : QsLog
Version : 0
Release : 21.2959cecgit.fc35
Architecture : i686
Size : 29 k
Source : QsLog-0-21.2959cecgit.fc35.src.rpm
Repository : fedora
Summary : An easy to use logger that is based on Qt's QDebug class
URL : https://bitbucket.org/razvanpetru/qslog
License : BSD
Description : 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.