$ uname -a
3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
x86_64는 인텔 x64 cpu를 쓰고 있다는 의미로, x64버전을 다운받아주면 된다.
다운받은 tar.gz 파일을 압축해제하는 명령어는 다음과 같다.
$ tar -xvzf documents.tar.gz -C /home/user/destination
https://xetown.com/topics/1531860
https://www.cyberciti.biz/faq/linux-how-to-find-if-processor-is-64-bit-or-not/