How to Install and Uninstall siege Package on Kali Linux

Last updated: May 14,2024

1. Install "siege" package

This guide let you learn how to install siege on Kali Linux

$ sudo apt update $ sudo apt install siege

2. Uninstall "siege" package

Please follow the steps below to uninstall siege on Kali Linux:

$ sudo apt remove siege $ sudo apt autoclean && sudo apt autoremove

3. Information about the siege package on Kali Linux

Package: siege
Source: siege (4.0.7-1)
Version: 4.0.7-1+b1
Installed-Size: 280
Maintainer: Josue Abarca
Architecture: amd64
Replaces: siege-ssl
Depends: libc6 (>= 2.33), libssl3 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Conflicts: siege-ssl
Size: 105516
SHA256: c45ee14b0cf5c16983d3ecf854a02788821d98cda196b49c9d8538de861aa667
SHA1: ebde299806b1ca9f1dc6f9cca57d77c76443e58e
MD5sum: 6350299beb66de7c74d43e4b719b4a3e
Description: HTTP regression testing and benchmarking utility
Siege is an regression test and benchmark utility. It can stress test a single
URL with a user defined number of simulated users, or it can read many URLs
into memory and stress them simultaneously. The program reports the total
number of hits recorded, bytes transferred, response time, concurrency, and
return status. Siege supports HTTP/1.0 and 1.1 protocols, the GET and POST
directives, cookies, transaction logging, and basic authentication. Its
features are configurable on a per user basis.
.
Note: this package contains siege with HTTPS support turned on, thus it
obsoletes siege-ssl package now.
Description-md5:
Homepage: http://www.joedog.org/JoeDog/Siege
Tag: devel::testing-qa, interface::commandline, protocol::http,
protocol::ssl, role::program, scope::utility, use::checking
Section: web
Priority: optional
Filename: pool/main/s/siege/siege_4.0.7-1+b1_amd64.deb