How to Install and Uninstall rerun Package on Kali Linux

Last updated: May 08,2024

1. Install "rerun" package

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

$ sudo apt update $ sudo apt install rerun

2. Uninstall "rerun" package

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

$ sudo apt remove rerun $ sudo apt autoclean && sudo apt autoremove

3. Information about the rerun package on Kali Linux

Package: rerun
Version: 0.13.1-3
Installed-Size: 74
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby, ruby-listen (>= 3.0)
Suggests: libnotify-bin
Size: 28720
SHA256: ce01e88ff4df4be7da1b5b48490696c16f22b150b0e9661633a34f42dde276bb
SHA1: ecbafdef224a74378726d7c35268314338a4e5b2
MD5sum: f3fe5205f90a626a60b5e100709eff4b
Description: tool to launch commands and restart them on filesystem changes
Rerun launches your program, then watches the filesystem. If a relevant file
changes, then it restarts your program. Rerun works for both long-running
processes (e.g. apps) and for short-running ones (e.g. tests).
.
Install libnotify-bin to get desktop notifications when your application is
restarted, or about the results of your tests.
Description-md5:
Homepage: https://github.com/alexch/rerun/
Section: ruby
Priority: optional
Filename: pool/main/r/rerun/rerun_0.13.1-3_all.deb