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

Last updated: September 20,2024

1. Install "ruby-devise" package

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

$ sudo apt update $ sudo apt install ruby-devise

2. Uninstall "ruby-devise" package

This guide covers the steps necessary to uninstall ruby-devise on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-devise
Priority: optional
Section: universe/ruby
Installed-Size: 382
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 3.5.6-2
Depends: ruby | ruby-interpreter, ruby-bcrypt (>= 3.0.1), ruby-railties (>= 3.2.6), ruby-warden (>= 1.2.1), ruby-orm-adapter (>= 0.5.0), ruby-thor, ruby-thread-safe, ruby-responders
Filename: pool/universe/r/ruby-devise/ruby-devise_3.5.6-2_all.deb
Size: 70042
MD5sum: ce2b5becbcf356281802e010937a1da1
SHA1: 2c18fa227a4e772981330b7a9026c98c3e0e6d22
SHA256: 0e056a56ed603326866d8c846d8359cc2bf84807dfef96c795b06ec0f8e44702
Description-en: Flexible authentication solution for Rails with Warden
Devise is Rack based, a MVC solution based on Rails engines, allows one to
have multiple roles (or models/scopes) signed at the same time, based on a
modularity concept. It is composed of 12 modules: Database Authenticable,
Token Authenticable, Omniauthable, Confirmable, Recoverable, Registerable,
Rememberable, Trackable, Timeoutable, Validatable and Lockable.
There are a number of extensions to be found at the github homepage of
devise.
Description-md5: 731d12d170e4ab0f5ec4caaa710bc623
Homepage: http://github.com/plataformatec/devise
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu