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

Last updated: May 17,2024

1. Install "ruby-openid" package

This guide covers the steps necessary to install ruby-openid on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-openid

2. Uninstall "ruby-openid" package

This guide let you learn how to uninstall ruby-openid on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-openid
Priority: optional
Section: universe/ruby
Installed-Size: 731
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 2.7.0debian-1
Depends: ruby | ruby-interpreter, ruby-hmac
Filename: pool/universe/r/ruby-openid/ruby-openid_2.7.0debian-1_all.deb
Size: 168104
MD5sum: 35a7b02f992ec5af4bef4b7e82fe029a
SHA1: 1841d2ae133bdeef39627e5b834cddee202ffad8
SHA256: ccaeb1faa0ad4d0748f6caebd2034eeb3459744d2a8617019536185577929a94
Description-en: Ruby library for verifying and serving OpenID identities
Ruby OpenID makes it easy to add OpenID authentication to your web
applications.
This library is a port of the Python OpenID library, and features:
.
* API for verifying OpenID identities (OpenID::Consumer)
* API for serving OpenID identities (OpenID::Server)
* Consumer and server support for extensions, including simple registration
* Yadis 1.0 and OpenID 1.0 service discovery, including server fallback
* Does not depend on underlying web framework
* Multiple storage implementations (Filesystem, SQL)
* Comprehensive test suite
* Example code to help you get started, including:
- WEBrick based consumer
- Ruby on rails based server
- OpenIDLoginGenerator for quickly creating a rails app that uses OpenID
for authentication
- ActiveRecord adapter for using an SQL store in rails
Description-md5: 637d25746042fcf87e32b3f62adfbf62
Homepage: https://github.com/openid/ruby-openid
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu