How To Install QsLog-devel on Fedora 36
Introduction
title: “How To Install QsLog-devel on Fedora 36”
In this tutorial we learn how to install QsLog-devel
on Fedora 36.
linkTitle: “QsLog-devel”
type: “docs”
What is QsLog-devel
description: “In this tutorial we learn how to install QsLog-devel in Fedora 36. QsLog-devel is Development headers and library for QsLog” date: “2022-08-17” lastmod: “2022-08-17”
This package contains the development headers and libraries necessary for compiling against QsLog.
#image: /images/fedora/36/QsLog-devel-featured.png
Introduction
We can use yum
or dnf
to install QsLog-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install QsLog-devel.
Install QsLog-devel on Fedora 36 Using dnf
In this tutorial we learn how to install QsLog-devel
on Fedora 36.
Update yum database with dnf
using the following command.
What is QsLog-devel
> This package contains the development headers and libraries necessary for compiling against QsLog.
sudo dnf makecache --refresh
We can use yum
or dnf
to install QsLog-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install QsLog-devel.
After updating yum database, We can install QsLog-devel
using dnf
by running the following command:
## Install QsLog-devel on Fedora 36 Using dnf
sudo dnf -y install QsLog-devel
Update yum database with dnf
using the following command.
Install QsLog-devel on Fedora 36 Using yum
sudo dnf makecache --refresh
Update yum database with `yum` using the following command.
sudo yum makecache --refresh
After updating yum database, We can install `QsLog-devel` using `dnf` by running the following command:
sudo dnf -y install QsLog-devel
After updating yum database, We can install `QsLog-devel` using `yum` by running the following command:
sudo yum -y install QsLog-devel
## Install QsLog-devel on Fedora 36 Using yum
How To Uninstall QsLog-devel on Fedora 36
Update yum database with yum
using the following command.
To uninstall only the `QsLog-devel` package we can use the following command:
sudo yum makecache --refresh
sudo dnf remove QsLog-devel
After updating yum database, We can install `QsLog-devel` using `yum` by running the following command:
## QsLog-devel Package Contents on Fedora 36
sudo yum -y install QsLog-devel
## How To Uninstall QsLog-devel on Fedora 36
To uninstall only the `QsLog-devel` package we can use the following command:
```bash
sudo dnf remove QsLog-devel
QsLog-devel Package Contents on Fedora 36
/usr/include/QsLog
/usr/include/QsLog/QsLog.h
/usr/include/QsLog/QsLogDest.h
/usr/include/QsLog/QsLogLevel.h
/usr/lib64/libQsLog.so
References
Summary
In this tutorial we learn how to install QsLog-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/QsLog /usr/include/QsLog/QsLog.h /usr/include/QsLog/QsLogDest.h /usr/include/QsLog/QsLogLevel.h /usr/lib/libQsLog.so
## References
* [QsLog-devel website](https://bitbucket.org/razvanpetru/qslog)
## Summary
In this tutorial we learn how to install `QsLog-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).