How to Install and Uninstall httping Package on Kali Linux

Last updated: May 18,2024

1. Install "httping" package

This is a short guide on how to install httping on Kali Linux

$ sudo apt update $ sudo apt install httping

2. Uninstall "httping" package

This guide let you learn how to uninstall httping on Kali Linux:

$ sudo apt remove httping $ sudo apt autoclean && sudo apt autoremove

3. Information about the httping package on Kali Linux

Package: httping
Source: httping (2.5-5.2)
Version: 2.5-5.2+b1
Installed-Size: 200
Maintainer: Abhijith PA
Architecture: amd64
Depends: libc6 (>= 2.15), libfftw3-double3 (>= 3.3.5), libncursesw6 (>= 6), libssl3 (>= 3.0.0), libtinfo6 (>= 6), openssl
Size: 68700
SHA256: 1acafbd0966fe39aef990b08ea3552007942a3c2f2ce132c6253d004f9d3e152
SHA1: f493472297c0da2bba508f8e22a099cfa9de7e4d
MD5sum: 099376f1b72b9ce115b189bedf823809
Description: ping-like program for http-requests
httping is like ping for HTTP. It sends requests to a hostname or a remote
URL and it shows you how long it takes to connect, send a HTTP request and
retrieve the reply (only the header).
.
It supports SSL as well as various different ways to use it.
Description-md5:
Homepage: http://www.vanheusden.com/httping
Tag: admin::monitoring, implemented-in::c, interface::commandline,
network::scanner, protocol::http, role::program, scope::utility,
uitoolkit::ncurses
Section: net
Priority: optional
Filename: pool/main/h/httping/httping_2.5-5.2+b1_amd64.deb