How To Install libqtolm on Fedora 36
Introduction
In this tutorial we learn how to install libqtolm
on Fedora 36.
What is libqtolm
Special Qt wrapper for libolm library.
We can use yum
or dnf
to install libqtolm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libqtolm.
Install libqtolm 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 libqtolm
using dnf
by running the following command:
sudo dnf -y install libqtolm
Install libqtolm 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 libqtolm
using yum
by running the following command:
sudo yum -y install libqtolm
How To Uninstall libqtolm on Fedora 36
To uninstall only the libqtolm
package we can use the following command:
sudo dnf remove libqtolm
libqtolm Package Contents on Fedora 36
---
title: "How To Install libqtolm on Fedora 36"
linkTitle: "libqtolm"
type: "docs"
description: "In this tutorial we learn how to install libqtolm in Fedora 36. libqtolm is Qt wrapper for libolm"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libqtolm-featured.png
---
## Introduction
In this tutorial we learn how to install `libqtolm` on Fedora 36.
### What is `libqtolm`
> Special Qt wrapper for libolm library.
We can use `yum` or `dnf` to install `libqtolm` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libqtolm.
## Install libqtolm on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libqtolm
using dnf
by running the following command:
sudo dnf -y install libqtolm
Install libqtolm 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 libqtolm
using yum
by running the following command:
sudo yum -y install libqtolm
How To Uninstall libqtolm on Fedora 36
To uninstall only the libqtolm
package we can use the following command:
sudo dnf remove libqtolm
libqtolm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/de
/usr/lib/.build-id/de/61d9b2eb5f627e6e52bb0a6b7a9746d5c67cbc
/usr/lib64/libQtOlm.so.3.0
/usr/lib64/libQtOlm.so.3.0.1
/usr/share/licenses/libqtolm
/usr/share/licenses/libqtolm/LICENSE
References
Summary
In this tutorial we learn how to install libqtolm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/45 /usr/lib/.build-id/45/df24fac69c2c986fc6e828a2c0dd2d1e9a276c /usr/lib/libQtOlm.so.3.0 /usr/lib/libQtOlm.so.3.0.1 /usr/share/licenses/libqtolm /usr/share/licenses/libqtolm/LICENSE
## References
* [libqtolm website](https://gitlab.com/b0/libqtolm)
## Summary
In this tutorial we learn how to install `libqtolm` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).