How To Install libopenid4java-java-doc on Debian 9

In this tutorial we learn how to install libopenid4java-java-doc on Debian 9. libopenid4java-java-doc is documentation for libopenid4java

Introduction

In this tutorial we learn how to install libopenid4java-java-doc on Debian 9.

What is libopenid4java-java-doc

libopenid4java-java-doc is:

Documentation for openid4java that is library that provide OpenID features to Java webapps.

The 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

This package provides javadocs for libopenid4java-java.

There are three methods to install libopenid4java-java-doc on Debian 9. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install libopenid4java-java-doc Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install libopenid4java-java-doc using apt-get by running the following command:

sudo apt-get -y install libopenid4java-java-doc

Install libopenid4java-java-doc Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libopenid4java-java-doc using apt by running the following command:

sudo apt -y install libopenid4java-java-doc

Install libopenid4java-java-doc Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Debian. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install libopenid4java-java-doc using aptitude by running the following command:

sudo aptitude -y install libopenid4java-java-doc

How To Uninstall libopenid4java-java-doc on Debian 9

To uninstall only the libopenid4java-java-doc package we can use the following command:

sudo apt-get remove libopenid4java-java-doc

Uninstall libopenid4java-java-doc And Its Dependencies

To uninstall libopenid4java-java-doc and its dependencies that are no longer needed by Debian 9, we can use the command below:

sudo apt-get -y autoremove libopenid4java-java-doc

Remove libopenid4java-java-doc Configurations and Data

To remove libopenid4java-java-doc configuration and data from Debian 9 we can use the following command:

sudo apt-get -y purge libopenid4java-java-doc

Remove libopenid4java-java-doc configuration, data, and all of its dependencies

We can use the following command to remove libopenid4java-java-doc configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libopenid4java-java-doc

Dependencies

libopenid4java-java-doc have the following dependencies:

References

Summary

In this tutorial we learn how to install libopenid4java-java-doc package on Debian 9 using different package management tools: apt, apt-get and aptitude.