How to Install and Uninstall libzeep-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "libzeep-dev" package

This tutorial shows how to install libzeep-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libzeep-dev

2. Uninstall "libzeep-dev" package

In this section, we are going to explain the necessary steps to uninstall libzeep-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libzeep-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libzeep-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libzeep-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 1416
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Source: libzeep
Version: 3.0.2-3
Depends: libzeep3.0v5 (= 3.0.2-3), libboost-dev (>= 1.49.0), libboost-filesystem-dev (>= 1.49.0), libboost-system-dev (>= 1.49.0), libboost-regex-dev (>= 1.49.0), libboost-thread-dev (>= 1.49.0)
Filename: pool/universe/libz/libzeep/libzeep-dev_3.0.2-3_amd64.deb
Size: 106578
MD5sum: 8755c8bf4a6b86f4529fb88d9a407ed6
SHA1: f1b05b4328c3b16c62bf3b87056879101e642791
SHA256: bf5f0c1896f23cf520fa0b58f04b8578bcfe7d34d67df78c6f2290a0afe9462e
Description-en: Development files 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 specific package contains all files needed to develop new
software using libzeep.
Description-md5: 1d6a0b5935373147c167957e1d1ebdf0
Homepage: http://sourceforge.net/projects/libzeep/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu