How to Install and Uninstall libzeep-dev Package on Kali Linux

Last updated: July 05,2024

1. Install "libzeep-dev" package

This is a short guide on how to install libzeep-dev on Kali Linux

$ sudo apt update $ sudo apt install libzeep-dev

2. Uninstall "libzeep-dev" package

This guide covers the steps necessary to uninstall libzeep-dev on Kali Linux:

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

3. Information about the libzeep-dev package on Kali Linux

Package: libzeep-dev
Source: libzeep (5.1.8-1)
Version: 5.1.8-1+b1
Installed-Size: 442
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libzeep5.1 (= 5.1.8-1+b1), libboost-dev, libboost-program-options-dev, libboost-date-time-dev, libboost-system-dev, pkg-config
Suggests: libzeep-doc, mrc
Size: 78372
SHA256: 30ed16d55450d31301a5051c71eb6c561bbed4d1dc3393a1b4ccb223414e494a
SHA1: e6f288af8a6888796674aa6671ca764ff0da444b
MD5sum: d6ce45e4b17d319ed3d68b9300d7ae73
Description: 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:
Homepage: https://github.com/mhekkel/libzeep
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libz/libzeep/libzeep-dev_5.1.8-1+b1_amd64.deb