How to Install libssh2-php software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install libssh2-php software package in Ubuntu 14.04 LTS (Trusty Tahr)

libssh2-php software package provides PHP Bindings for libssh2, 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 libssh2-php 

libssh2-php is installed in your system.

Make ensure the libssh2-php package were installed using the commands given below,

$ sudo dpkg-query -l | grep libssh2-php *

You will get with libssh2-php package name, version, architecture and description in a table

libssh2-php package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Development
Package libssh2-php
Version 0.12-1build1
Description PHP Bindings for libssh2
Sub Section devel


See Also, How to uninstall or remove libssh2-php software package from Ubuntu 14.04 LTS (Trusty Tahr)?