How to Install libnet-oauth-perl in Ubuntu 18.04



Install libnet-oauth-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libnet-oauth-perl

Description:

implementation of the OAuth 1.0 protocol

Net::OAuth implements OAuth, which is "An open protocol to allow secure API authentication in a simple and standard method from desktop and web applications." . In practical terms, OAuth is a mechanism for a Consumer to request protected resources from a Service Provider on behalf of a user.

Homepage: https://metacpan.org/release/Net-OAuth

Version: 0.28-2

Section: universe/perl