How to Install and Uninstall libzeep5 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libzeep5" package

Please follow the step by step instructions below to install libzeep5 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libzeep5

2. Uninstall "libzeep5" package

This guide let you learn how to uninstall libzeep5 on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libzeep5 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libzeep5 package on Ubuntu 21.10 (Impish Indri)

Package: libzeep5
Architecture: amd64
Version: 5.0.2-3ubuntu1
Priority: optional
Section: universe/libs
Source: libzeep
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1783
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11)
Filename: pool/universe/libz/libzeep/libzeep5_5.0.2-3ubuntu1_amd64.deb
Size: 590208
MD5sum: 3d0ae1cf16834886cf38f43bbd9a95e6
SHA1: bc0720ca5e753e487ae18012981ddf20a3eef126
SHA256: bd37d80cf8c68e98151614c4bbd92e699b984b467cf6cb7ec4519ecbc844d364
SHA512: 44d6740625a07f27caa2a25927ee0687dd663d64f80b3755001fdfac135ddecbbeadee92eac558f4f02ef112c53e977f963f067e2809234e666cb92626a5982e
Homepage: https://github.com/mhekkel/libzeep
Description-en: Library file for libzeep
Libzeep is a C++ library providing a validating XML parser, XML DOM tree
implementation, XPath 1.0 support and code to create SOAP/REST servers as
well as a full web application framework.
.
libzeep was originally designed to create SOAP servers in C++ easily. The
current incarnation provides a full validating XML parser creating a DOM tree
that can be iterated using STL container like methods. The tree can be searched
using XPath 1.0 queries.
.
There's also code to create SOAP and REST servers based allowing to export
C++ methods as web services. And there's a full web application framework to
create dynamic web sites in C++ and XHTML.
.
This package contains the shared library only.
Description-md5: 35bf6c51ec056d5858be62d49153656b

5. The same packages on other Linux Distributions