How To Install qtsoap5 on Fedora 34

qtsoap5 is The Simple Object Access Protocol Qt5-based client side library The Simple Object Access Protocol Qt5-based client side library

Introduction

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

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. qtsoap5 2.7 25.fc34 x86_64 83 k qtsoap-2.7-25.fc34.src.rpm fedora The Simple Object Access Protocol Qt5-based client side library http LGPLv2 with exceptions or GPLv3 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install qtsoap5.

Install qtsoap5 on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install qtsoap5 using dnf by running the following command:

sudo dnf -y install qtsoap5

Install qtsoap5 on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

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

sudo dnf remove qtsoap5

qtsoap5 Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/dcf048f73ff3f58a952418fe743a9a6e2a6c45
/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
/usr/lib/.build-id
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/35833e5d21fe23b89f401a159dd62abfa56d83
/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

Summary

In this tutorial we learn how to install qtsoap5 on Fedora 34 using yum and dnf.