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

Last updated: July 07,2024

1. Install "ruby-openid" package

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

$ sudo apt update $ sudo apt install ruby-openid

2. Uninstall "ruby-openid" package

This guide let you learn how to uninstall ruby-openid on Kali Linux:

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

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

Package: ruby-openid
Version: 2.9.2debian-2
Installed-Size: 918
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-hmac
Size: 164364
SHA256: 2901491cde7e0ccdf2fc3cc3e72b92f606415bae44e040f72fb2462378c11b33
SHA1: de3f555f1002abbf434cec43076451e539ded39a
MD5sum: 2c41e5cc0f8d4f9a8181dce1850566c8
Description: 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:
Homepage: https://github.com/openid/ruby-openid
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-openid/ruby-openid_2.9.2debian-2_all.deb