How To Install qtsoap5 on Fedora 36

In this tutorial we learn how to install qtsoap5 in Fedora 36. qtsoap5 is The Simple Object Access Protocol Qt5-based client side library

Introduction

In this tutorial we learn how to install qtsoap5 on Fedora 36.

What is qtsoap5

The SOAP (Simple Object Access Protocol) library uses the XML standard for describing how to exchange messages. Its primary usage is to invoke web services and get responses from Qt-based applications. This package is built against Qt5.

We can use yum or dnf to install qtsoap5 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qtsoap5.

Install qtsoap5 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 qtsoap5 using dnf by running the following command:

sudo dnf -y install qtsoap5

Install qtsoap5 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 qtsoap5 using yum by running the following command:

sudo yum -y install qtsoap5

How To Uninstall qtsoap5 on Fedora 36

To uninstall only the qtsoap5 package we can use the following command:

sudo dnf remove qtsoap5

qtsoap5 Package Contents on Fedora 36

---
title: "How To Install qtsoap5 on Fedora 36"
linkTitle: "qtsoap5"
type: "docs"
description: "In this tutorial we learn how to install qtsoap5 in Fedora 36. qtsoap5 is The Simple Object Access Protocol Qt5-based client side library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/qtsoap5-featured.png
---

## Introduction

In this tutorial we learn how to install `qtsoap5` on Fedora 36.

### What is `qtsoap5`

> The SOAP (Simple Object Access Protocol) library uses the XML standard for describing how to exchange messages. Its primary usage is to invoke web services and get responses from Qt-based applications. This package is built against Qt5.  

We can use `yum` or `dnf` to install `qtsoap5` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qtsoap5.

## Install qtsoap5 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 qtsoap5 using dnf by running the following command:

sudo dnf -y install qtsoap5

Install qtsoap5 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 qtsoap5 using yum by running the following command:

sudo yum -y install qtsoap5

How To Uninstall qtsoap5 on Fedora 36

To uninstall only the qtsoap5 package we can use the following command:

sudo dnf remove qtsoap5

qtsoap5 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/fbed47c3d2daea173e73ccae5339e2eea2d928
/usr/lib64/libqtsoap5.so.2
/usr/lib64/libqtsoap5.so.2.7
/usr/lib64/libqtsoap5.so.2.7.0
/usr/share/doc/qtsoap5
/usr/share/doc/qtsoap5/README.TXT
/usr/share/licenses/qtsoap5
/usr/share/licenses/qtsoap5/LGPL_EXCEPTION.txt
/usr/share/licenses/qtsoap5/LICENSE.GPL3
/usr/share/licenses/qtsoap5/LICENSE.LGPL

References

Summary

In this tutorial we learn how to install qtsoap5 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/9f /usr/lib/.build-id/9f/071de05603f07a166e79364754a4a876e82672 /usr/lib/libqtsoap5.so.2 /usr/lib/libqtsoap5.so.2.7 /usr/lib/libqtsoap5.so.2.7.0 /usr/share/doc/qtsoap5 /usr/share/doc/qtsoap5/README.TXT /usr/share/licenses/qtsoap5 /usr/share/licenses/qtsoap5/LGPL_EXCEPTION.txt /usr/share/licenses/qtsoap5/LICENSE.GPL3 /usr/share/licenses/qtsoap5/LICENSE.LGPL


## References

* [qtsoap5 website](http://qt.gitorious.org/qt-solutions/qt-solutions/trees/master/qtsoap)

## Summary

In this tutorial we learn how to install `qtsoap5` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).