How to manually install terraform which downloaded from github/terraform release?

In the past, we just unzip and copy terraform file to /usr/local/bin (linux), and terraform will works.

The latest terraform release version of github/terraform is a package, when unzip the terraform v1.1.6.zip or *.tar.gz, the folder contains many binary file in the directory. How can we install it manually in Ubuntu 20.04? thanks.

If you’re referring to

This contains the source code at that tag.

Compiled versions of Terraform releases are at

https://releases.hashicorp.com/terraform

Version 1.1.6 for Linux AMD64 is there and still only contains the terraform binary.