Trying to run binaries, provided on the website https://1bin.org/ and facing an error:
Error: Custom { kind: Other, error: "no tarball found inside binary" }
Tried with sqlite3, git and wget packages, example:
$ wget 1bin.org/$(uname)/sqlite3
$ chmod +x ./sqlite3
$ ./sqlite3
Error: Custom { kind: Other, error: "no tarball found inside binary" }
System information:
$ uname -a
Linux ddev-project 6.14.0-15-generic #15-Ubuntu SMP PREEMPT_DYNAMIC Sun Apr 6 15:05:05 UTC 2025 x86_64 GNU/Linux
$ uname
Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
Why this error appears and how to fix it?
Trying to run binaries, provided on the website https://1bin.org/ and facing an error:
Tried with
sqlite3,gitandwgetpackages, example:System information:
Why this error appears and how to fix it?