How to Install and Uninstall stress Package on Kali Linux

Last updated: May 09,2024

1. Install "stress" package

This tutorial shows how to install stress on Kali Linux

$ sudo apt update $ sudo apt install stress

2. Uninstall "stress" package

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

$ sudo apt remove stress $ sudo apt autoclean && sudo apt autoremove

3. Information about the stress package on Kali Linux

Package: stress
Version: 1.0.7-1
Installed-Size: 56
Maintainer: Joao Eriberto Mota Filho
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 21944
SHA256: a1ca561e847251f9c8aea6e6eb0ad306f20dc7ba93aee6708949afa444022144
SHA1: 9248a7d6c0f0afdb60b3059e419c4ff8a94e51ef
MD5sum: 25edfd95477e0995a7b589d51c2f5d6d
Description: tool to impose load on and stress test a computer system
'stress' is a tool that imposes a configurable amount of CPU, memory, I/O,
or disk stress on a POSIX-compliant operating system and reports any errors
it detects.
.
'stress' is not a benchmark. It is a tool used by system administrators to
evaluate how well their systems will scale, by kernel programmers to evaluate
perceived performance characteristics, and by systems programmers to expose
the classes of bugs which only or more frequently manifest themselves when
the system is under heavy load.
Description-md5:
Homepage: https://github.com/resurrecting-open-source-projects/stress
Tag: admin::benchmarking, devel::debugger, interface::commandline,
role::program, scope::utility, use::checking
Section: devel
Priority: optional
Filename: pool/main/s/stress/stress_1.0.7-1_amd64.deb