How To Install kdsoap on Fedora 36
Introduction
In this tutorial we learn how to install kdsoap
on Fedora 36.
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
We can use yum
or dnf
to install kdsoap
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install kdsoap.
Install kdsoap 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 kdsoap
using dnf
by running the following command:
sudo dnf -y install kdsoap
Install kdsoap 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 kdsoap
using yum
by running the following command:
sudo yum -y install kdsoap
How To Uninstall kdsoap on Fedora 36
To uninstall only the kdsoap
package we can use the following command:
sudo dnf remove kdsoap
kdsoap Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/63f5c8ac17afbddc154f3414bbc27015f1dfdd
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/59842c077abd4a9b50c1d518028175f233d8f6
/usr/lib64/libkdsoap-server.so.2
/usr/lib64/libkdsoap-server.so.2.0.0
/usr/lib64/libkdsoap.so.2
/usr/lib64/libkdsoap.so.2.0.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
Summary
In this tutorial we learn how to install kdsoap
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install kdsoap on Fedora 36” linkTitle: “kdsoap” type: “docs” description: “In this tutorial we learn how to install kdsoap in Fedora 36. kdsoap is A Qt-based client-side and server-side SOAP component” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/kdsoap-featured.png
Introduction
In this tutorial we learn how to install kdsoap
on Fedora 36.
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
We can use yum
or dnf
to install kdsoap
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install kdsoap.
Install kdsoap 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 kdsoap
using dnf
by running the following command:
sudo dnf -y install kdsoap
Install kdsoap 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 kdsoap
using yum
by running the following command:
sudo yum -y install kdsoap
How To Uninstall kdsoap on Fedora 36
To uninstall only the kdsoap
package we can use the following command:
sudo dnf remove kdsoap
kdsoap Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/90
/usr/lib/.build-id/90/5ca1146c53d5e2f1869f9961d9028e1006af08
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/e3729a041eaf0357b8a18adcd212a0a564d667
/usr/lib/libkdsoap-server.so.2
/usr/lib/libkdsoap-server.so.2.0.0
/usr/lib/libkdsoap.so.2
/usr/lib/libkdsoap.so.2.0.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
Summary
In this tutorial we learn how to install kdsoap
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).