How to Install and Uninstall ruby-warden Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "ruby-warden" package

This guide covers the steps necessary to install ruby-warden on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-warden

2. Uninstall "ruby-warden" package

This guide covers the steps necessary to uninstall ruby-warden on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-warden package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-warden
Architecture: all
Version: 1.2.8-1
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 76
Depends: ruby-rack
Filename: pool/universe/r/ruby-warden/ruby-warden_1.2.8-1_all.deb
Size: 15424
MD5sum: f843b1c3716265ef93b6db7f9b83eeb7
SHA1: e1aa44ac1000d3a5fa8d7c7eeebb982ae1619893
SHA256: 3a2e0c91fc698dab4abe4cc037cb260b2ff40bc6a46063f49195ef9a85933ddc
SHA512: c8b6b030d9e12ba81f69dd4ede69ef6f375d1024562ece057269c7e05c2da950fa88e23e7b4e4b6d0023a9abf7586042dfa1918fe2bea3a42cc195ccb9008458
Homepage: https://github.com/hassox/warden
Description-en: 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: 97e71a7a1728213c4dbb9d7d0c1c1db9
Ruby-Versions: all