I have utilized the following steps to install terraform in Ubuntu 16.04
Download Terraform for Linux 64 bit version.
Save the downloaded version in a specific folder. (Example: /home/user/terra)
Within the folder where the downloaded version is saved, use “unzip” command:
unzip terraform
Set the path:
export PATH=$PATH:/home/user/terraform