https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121115
--- Comment #5 from Keno Fischer <keno at juliacomputing dot com> --- > tar --strip-components=1 -xf julia-latest-linux-x86_64.tar.gz Actually, for the untar, run `tar --strip-components=1 -xf julia-latest-linux-x86_64.tar.gz` to just extract the full thing. I was trying to be clever and filter libraries, but I missed some (because I had accidentally already extracted them locally), and it's not really worth bothering.