php5-oauth software package provides OAuth 1.0 consumer and provider extension, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install php5-oauth
php5-oauth is installed in your system.
Make ensure the php5-oauth package were installed using the commands given below,
$ sudo dpkg-query -l | grep php5-oauth *
You will get with php5-oauth package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | PHP |
| Package | php5-oauth |
| Version | 1.2.3-1build1 |
| Description | OAuth 1.0 consumer and provider extension |
| Sub Section | PHP |