How to Install and Uninstall libopenid4java-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 21,2024

1. Install "libopenid4java-java" package

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

$ sudo apt update $ sudo apt install libopenid4java-java

2. Uninstall "libopenid4java-java" package

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

$ sudo apt remove libopenid4java-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libopenid4java-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libopenid4java-java
Priority: optional
Section: universe/java
Installed-Size: 254
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: openid4java
Version: 0.9.6.662-2
Depends: libcommons-codec-java, libcommons-logging-java, libehcache-java, libguice-java, libhttpclient-java, libhttpcore-java, libnekohtml-java, libservlet2.5-java, libspring-beans-java, libspring-core-java, libspring-jdbc-java, libspring-transaction-java, libxerces2-java
Suggests: libopenid4java-java-doc
Filename: pool/universe/o/openid4java/libopenid4java-java_0.9.6.662-2_all.deb
Size: 188132
MD5sum: 17e8c951876d19afe39d5a41f03860dd
SHA1: d13a9cd147e81ae0e8271d5073f55137f4631253
SHA256: b616a3b0a8074fccd8a6a91c7615e82dafa083104e9b405af799f893a2d253b0
Description-en: This library allows you to OpenID-enable your Java webapp
OpenID starts with the concept that anyone can identify themselves on the
Internet the same way websites do - with a URI. Since URIs are at the very core
of Web architecture, they provide a solid foundation for user-centric identity.
The first piece of the OpenID framework is authentication -- how you prove
ownership of a URI. Today, websites require usernames and passwords to login,
which means that many people use the same password everywhere. With OpenID
Authentication, your username is your URI, and your password (or other
credentials) stays safely stored on your OpenID Provider (which you can run
yourself, or use a third-party identity provider).
.
The library provided by this package supports the following specifications:
- OpenID Authentication 2.0
- OpenID Authentication 1.1 (in compatibility mode)
- OpenID Attribute Exchange 1.0
- OpenID Simple Registration 1.0 and 1.1, draft 1
- OpenID Provider Authentication Policy Extension 1.0
- OpenID Information Cards 1.0, draft 1
Description-md5: ea9025420cb17647c815a8a62894f8bf
Homepage: http://code.google.com/p/openid4java/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu