How To Install kdsoap on Fedora 34
Introduction
In this tutorial we learn how to install kdsoap
on Fedora 34.
What is kdsoap
KD Soap is a Qt-based client-side and server-side SOAP component. It can be used to create client applications for web services and also provides the means to create web services without the need for any further component such as a dedicated web server. KD Soap targets C++ programmers who use Qt in their applications. For more information, see http kdsoap 1.10.0 2.fc34 x86_64 153 k kdsoap-1.10.0-2.fc34.src.rpm fedora A Qt-based client-side and server-side SOAP component https GPLv3 and AGPLv3 KD Soap is a Qt-based client-side and server-side SOAP component. It can be used to create client applications for web services and also provides the means to create web services without the need for any further component such as a dedicated web server. KD Soap targets C++ programmers who use Qt in their applications. For more information, see http
We can use yum
or dnf
to install kdsoap
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install kdsoap.
Install kdsoap 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 kdsoap
using dnf
by running the following command:
sudo dnf -y install kdsoap
Install kdsoap 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 kdsoap
using yum
by running the following command:
sudo yum -y install kdsoap
How To Uninstall kdsoap on Fedora 34
To uninstall only the kdsoap
package we can use the following command:
sudo dnf remove kdsoap
kdsoap Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/74
/usr/lib/.build-id/74/78a7932dd25062356072eac5eb0566a0a1eec3
/usr/lib/.build-id/98
/usr/lib/.build-id/98/6a53fba5195627746eb5794a97dc39e456aa1a
/usr/lib/libkdsoap-server.so.1
/usr/lib/libkdsoap-server.so.1.10.0
/usr/lib/libkdsoap.so.1
/usr/lib/libkdsoap.so.1.10.0
/usr/share/doc/kdsoap
/usr/share/doc/kdsoap/README.txt
/usr/share/licenses/kdsoap
/usr/share/licenses/kdsoap/GPL-3.0-only.txt
/usr/share/licenses/kdsoap/LicenseRef-KDAB-KDSoap-AGPL3-Modified.txt
/usr/lib/.build-id
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/c5503f7acd5f201d89b6470aa346d813153337
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/da1b71d8dbba7f70a01fa340c15f89ff9292b8
/usr/lib64/libkdsoap-server.so.1
/usr/lib64/libkdsoap-server.so.1.10.0
/usr/lib64/libkdsoap.so.1
/usr/lib64/libkdsoap.so.1.10.0
/usr/share/doc/kdsoap
/usr/share/doc/kdsoap/README.txt
/usr/share/licenses/kdsoap
/usr/share/licenses/kdsoap/GPL-3.0-only.txt
/usr/share/licenses/kdsoap/LicenseRef-KDAB-KDSoap-AGPL3-Modified.txt
References
- [kdsoap website](https://github.com/KDAB/KDSoap https://github.com/KDAB/KDSoap)
Summary
In this tutorial we learn how to install kdsoap
on Fedora 34 using yum and dnf.