How to Install and Uninstall ruby-warden Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "ruby-warden" package

Please follow the guidelines below to install ruby-warden on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-warden

2. Uninstall "ruby-warden" package

Please follow the step by step instructions below to uninstall ruby-warden on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ruby-warden package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-warden
Priority: optional
Section: universe/ruby
Installed-Size: 74
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 1.2.3-2
Depends: ruby | ruby-interpreter, ruby-rack
Filename: pool/universe/r/ruby-warden/ruby-warden_1.2.3-2_all.deb
Size: 14426
MD5sum: 7696647d3f080fef6d1916e0be6395ad
SHA1: ac04ce475e76e8775d25f17f6ea2d3523cf14d8a
SHA256: 2cf63a1570c7076f999950496833dd397697fe56a7d6fff46a9ffb7e771d73d8
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
Homepage: http://github.com/hassox/warden
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu