Change X for your PostgreSQL minor version
sudo apt-get install postgresql-contrib-9.X
su postgres
psql dbname
CREATE EXTENSION pgcrypto
\q