Skip to content

What is the difference between linux-x64-static.tar and ubuntu-aarch64.tar? #1913

Answered by steve-chavez
dmiepub asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @dmiepub,

linux-x64-static.tar can be used on any linux distribution on an x64 CPU (most common ones). You can check your CPU architecture with:

lscpu | grep Architecture
Architecture:        x86_64

If your Ubuntu is x86_64 then you should use this one.

ubuntu-aarch64.tar is for ARM CPUs, this binary only works for Ubuntu(maybe Debian/Raspbian as well).

lscpu | grep Architecture
Architecture:                    aarch64

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dmiepub
Comment options

Answer selected by steve-chavez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants