Hi@akhtar,
If you are running a distribution that comes with apt, such as Ubuntu or Debian, there's an x86_64 package available for the Azure CLI. You can use the below script which runs all of the installation commands in one step. Run it by using curl and pipe directly to bash.
$ curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash