How to Install and Uninstall libcurl4-openssl-dev Package on Kali Linux

Last updated: May 17,2024

1. Install "libcurl4-openssl-dev" package

Here is a brief guide to show you how to install libcurl4-openssl-dev on Kali Linux

$ sudo apt update $ sudo apt install libcurl4-openssl-dev

2. Uninstall "libcurl4-openssl-dev" package

In this section, we are going to explain the necessary steps to uninstall libcurl4-openssl-dev on Kali Linux:

$ sudo apt remove libcurl4-openssl-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcurl4-openssl-dev package on Kali Linux

Package: libcurl4-openssl-dev
Source: curl
Version: 8.5.0-2
Installed-Size: 1930
Maintainer: Debian Curl Maintainers
Architecture: amd64
Provides: libcurl-dev, libcurl-ssl-dev, libcurl3-dev, libcurl3-openssl-dev, libcurl4-dev
Depends: libcurl4 (= 8.5.0-2)
Suggests: libcurl4-doc, libidn-dev, libkrb5-dev, libldap2-dev, librtmp-dev, libssh2-1-dev, libssl-dev, pkg-config, zlib1g-dev
Conflicts: libcurl4-gnutls-dev, libssl1.0-dev
Size: 531268
SHA256: 54a6f97cccb50251c7774a1077b2c0d988812b83703a7dd5695fc86fa1ae3721
SHA1: 69d35df760560c0deb8f0053d9dbef0059c488e2
MD5sum: bbd9a0328bd083e774ffbac5e58dbb17
Description: development files and documentation for libcurl (OpenSSL flavour)
libcurl is an easy-to-use client-side URL transfer library, supporting DICT,
FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S,
RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP.
.
libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP
form based upload, proxies, cookies, user+password authentication (Basic,
Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling
and more!
.
libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported,
fast, thoroughly documented and is already used by many known, big and
successful companies and numerous applications.
.
This package provides the development files (ie. includes, static library,
manual pages) that allow one to build software which uses libcurl.
.
SSL support is provided by OpenSSL.
Description-md5:
Multi-Arch: same
Homepage: https://curl.se/
Tag: devel::lang:c, devel::library, implemented-in::c, protocol::ftp,
protocol::http, protocol::ssl, role::devel-lib, role::program
Section: libdevel
Priority: optional
Filename: pool/main/c/curl/libcurl4-openssl-dev_8.5.0-2_amd64.deb