How to Install and Uninstall libsoup2.4-dev Package on Kali Linux

Last updated: May 19,2024

1. Install "libsoup2.4-dev" package

Learn how to install libsoup2.4-dev on Kali Linux

$ sudo apt update $ sudo apt install libsoup2.4-dev

2. Uninstall "libsoup2.4-dev" package

Learn how to uninstall libsoup2.4-dev on Kali Linux:

$ sudo apt remove libsoup2.4-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsoup2.4-dev package on Kali Linux

Package: libsoup2.4-dev
Source: libsoup2.4
Version: 2.74.3-3
Installed-Size: 1742
Maintainer: Debian GNOME Maintainers
Architecture: amd64
Provides: gir1.2-soup-2.4-dev (= 2.74.3-3)
Depends: gir1.2-soup-2.4 (= 2.74.3-3), libbrotli-dev, libglib2.0-dev, libpsl-dev, libsoup2.4-1 (= 2.74.3-3), libsqlite3-dev, libxml2-dev, zlib1g-dev, gir1.2-gio-2.0-dev
Suggests: libsoup2.4-doc
Size: 159988
SHA256: 974d3e59a0e254789db5ee1ebc92564e9c967f466821120ed293f5cc73203bd4
SHA1: f0cac35da01a2c09347a1a3419ea0a6e7285ea62
MD5sum: 0a278ce70c82d9c2cc4937784aa7941f
Description: HTTP library implementation in C -- Development files
It was originally part of a SOAP (Simple Object Access Protocol)
implementation called Soup, but the SOAP and non-SOAP parts have now been
split into separate packages.
.
libsoup uses the Glib main loop and is designed to work well with GTK+
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the GTK+ programming model (a synchronous operation mode is also
supported for those who want it).
.
Features:
* Both asynchronous (GMainLoop and callback-based) and synchronous APIs
* Automatically caches connections
* SSL Support using GnuTLS
* Proxy support, including authentication and SSL tunneling
* Client support for Digest, NTLM, and Basic authentication
* Server support for Digest and Basic authentication
* Basic client-side SOAP and XML-RPC support
.
This package contains the development files.
Description-md5:
Multi-Arch: same
Homepage: https://wiki.gnome.org/Projects/libsoup
Tag: devel::library, protocol::soap, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libs/libsoup2.4/libsoup2.4-dev_2.74.3-3_amd64.deb