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

Last updated: September 19,2024

1. Install "ruby-warden" package

Please follow the steps below to install ruby-warden on Kali Linux

$ sudo apt update $ sudo apt install ruby-warden

2. Uninstall "ruby-warden" package

In this section, we are going to explain the necessary steps to uninstall ruby-warden on Kali Linux:

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

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

Package: ruby-warden
Version: 1.2.8-1
Installed-Size: 76
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: ruby-rack
Size: 17452
SHA256: 2cd1d0832e0ce40b4ca8fcd2b198396a45edac6312176b6b23b75d4a909b492f
SHA1: b7c6c592ec7b5566f3308b0f138f3a7527941482
MD5sum: 06e56d738bc136722d2d56db7a1d6e8e
Description: Rack middleware that provides authentication for rack applications
Warden is a Rack-based middleware, designed to provide a mechanism for
authentication in Ruby web applications. It is a common mechanism that
fits into the Rack Machinery to offer powerful options for authentication.
.
Warden is designed to be lazy. That is, if you don't use it, it doesn't
do anything, but when you do use it, it will spring into action and
provide an underlying mechanism to allow authentication in any
Rack-based application.
Description-md5:
Homepage: https://github.com/hassox/warden
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-warden/ruby-warden_1.2.8-1_all.deb