How to Install and Uninstall libkcsoap0 Package on openSUSE Leap

Last updated: November 23,2024

1. Install "libkcsoap0" package

This is a short guide on how to install libkcsoap0 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libkcsoap0

2. Uninstall "libkcsoap0" package

This is a short guide on how to uninstall libkcsoap0 on openSUSE Leap:

$ sudo zypper remove libkcsoap0

3. Information about the libkcsoap0 package on openSUSE Leap

Information for package libkcsoap0:
-----------------------------------
Repository : Main Repository
Name : libkcsoap0
Version : 10.0.5-bp153.1.25
Arch : x86_64
Vendor : openSUSE
Installed Size : 1,8 MiB
Installed : No
Status : not installed
Source package : kopano-10.0.5-bp153.1.25.src
Summary : SOAP (de)serializer functions for Kopano's RPCs
Description :
This library contains autogenerated code to (de)serialize the SOAP RPCs
that are sent between Kopano clients and server.
Remote Procedure Call more or less means that a callable function
translates its arguments (C++ objects in our case) into a
representation that can be sent over the network. On the receiving
side, this representation is translated back to objects again.