How to Install and Uninstall chaos-marmosets Package on Kali Linux

Last updated: October 05,2024

1. Install "chaos-marmosets" package

Please follow the steps below to install chaos-marmosets on Kali Linux

$ sudo apt update $ sudo apt install chaos-marmosets

2. Uninstall "chaos-marmosets" package

Please follow the instructions below to uninstall chaos-marmosets on Kali Linux:

$ sudo apt remove chaos-marmosets $ sudo apt autoclean && sudo apt autoremove

3. Information about the chaos-marmosets package on Kali Linux

Package: chaos-marmosets
Version: 0.1.2-2
Installed-Size: 59
Maintainer: Benjamin Drung
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 8496
SHA256: 05065da94b7e1f06e6e50896a7c6171be245f8084991ca88a5e54f0469c8b136
SHA1: a0cf1a5973ac1ff196daaf325c1d02e0c639373b
MD5sum: c987820306ad5826d16749cd4fbd1114
Description: Small chaos monkey programs
This project contains small programs that behave badly. They can be used for
chaos engineering to test the system behavior and the infrastructure setup for
those cases.
.
divide-by-zero tries to divide a number by zero. It will immediately exit with
signal 4 (SIGILL). This program is useful to test the process core dump
configuration. In case of using a bug reporting system like apport, this
program allows testing reporting the crash and retracing it.
.
leak-memory: This program will eat your memory like Obelix eats cake until it
will eventually trigger the out of memory (OOM) killer. This program is useful
to test configured cgroups memory limitations and the OOM killer behavior.
.
seg-fault: This program tries write to address zero and will trigger a
segmentation fault (signal 11). It is useful to test the process core dump
configuration. In case of using a bug reporting system like apport, this
program allows testing reporting the crash and retracing it.
Description-md5:
Homepage: https://github.com/bdrung/chaos-marmosets
Section: utils
Priority: optional
Filename: pool/main/c/chaos-marmosets/chaos-marmosets_0.1.2-2_amd64.deb