How to Install and Uninstall ruby-guard Package on Kali Linux

Last updated: May 04,2024

1. Install "ruby-guard" package

Please follow the step by step instructions below to install ruby-guard on Kali Linux

$ sudo apt update $ sudo apt install ruby-guard

2. Uninstall "ruby-guard" package

Please follow the instructions below to uninstall ruby-guard on Kali Linux:

$ sudo apt remove ruby-guard $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-guard package on Kali Linux

Package: ruby-guard
Version: 2.18.1-3
Installed-Size: 219
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby:any, ruby, ruby-thor (>= 0.18.1), ruby-listen (>= 2.7), ruby-listen (<< 4.0), pry (>= 0.13.0), ruby-lumberjack (>= 1.0.12), ruby-lumberjack (<< 2.0), ruby-formatador (>= 0.2.4), ruby-nenv (>= 0.1), ruby-shellany (>= 0.0), ruby-notiffany (>= 0.0)
Size: 46128
SHA256: 374778e91cffe7b766e635d6b24e0893b5fb4277ca19f6fdcbe1514ac940d4c2
SHA1: 9cafb82c5ca0d594276625cc1ab33b6cfb9f2239
MD5sum: 2e86665ff5f1e1ad2fc62cf2315dfec2
Description: Commandline to easily handle events on file system modifications
Guard automates various tasks by running custom rules whenever file or
directories are modified.
It's frequently used by software developers, web designers, writers and other
specialists to avoid mundane, repetitive actions and commands such as
"relaunching" tools after changing source files or configurations.
.
Features:
* File system changes handled by awesome Listen gem.
* Support for visual system notifications.
* Huge eco-system with more than 220 Guard plugins.
* Tested against Ruby 2.2.8, 2.3.5, 2.4.2, JRuby & Rubinius.
Description-md5:
Homepage: https://github.com/guard/guard
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-guard/ruby-guard_2.18.1-3_all.deb