How To Install qtsoap on Fedora 36

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

Introduction

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

What is qtsoap

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 Qt4.

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

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

sudo dnf -y install qtsoap

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

sudo yum -y install qtsoap

How To Uninstall qtsoap on Fedora 36

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

sudo dnf remove qtsoap

qtsoap Package Contents on Fedora 36

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

## Introduction

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

### What is `qtsoap`

> 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 Qt4.  

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

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

sudo dnf -y install qtsoap

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

sudo yum -y install qtsoap

How To Uninstall qtsoap on Fedora 36

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

sudo dnf remove qtsoap

qtsoap Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/67
/usr/lib/.build-id/67/9a83b9738655161d7e59c430c5bbde3debb437
/usr/lib/libqtsoap.so.2
/usr/lib/libqtsoap.so.2.7
/usr/lib/libqtsoap.so.2.7.0
/usr/share/doc/qtsoap
/usr/share/doc/qtsoap/README.TXT
/usr/share/licenses/qtsoap
/usr/share/licenses/qtsoap/LGPL_EXCEPTION.txt
/usr/share/licenses/qtsoap/LICENSE.GPL3
/usr/share/licenses/qtsoap/LICENSE.LGPL

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/63 /usr/lib/.build-id/63/d8ea6f3960fd4832bcdcc55e5e0a84b818e561 /usr/lib64/libqtsoap.so.2 /usr/lib64/libqtsoap.so.2.7 /usr/lib64/libqtsoap.so.2.7.0 /usr/share/doc/qtsoap /usr/share/doc/qtsoap/README.TXT /usr/share/licenses/qtsoap /usr/share/licenses/qtsoap/LGPL_EXCEPTION.txt /usr/share/licenses/qtsoap/LICENSE.GPL3 /usr/share/licenses/qtsoap/LICENSE.LGPL


## References

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

## Summary

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