Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary fails with exec format error on Debian #171

Open
xeruf opened this issue Jun 30, 2022 · 2 comments
Open

Binary fails with exec format error on Debian #171

xeruf opened this issue Jun 30, 2022 · 2 comments
Assignees

Comments

@xeruf
Copy link

xeruf commented Jun 30, 2022

Describe the bug

❯ ketall
zsh: exec format error: ketall
❯ ketall version --full
zsh: exec format error: ketall

To Reproduce

❯ curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.3.8/ketall-amd64-linux.tar.gz && gunzip ketall.gz && chmod +x ketall && mv ketall /root/.local/bin && ketall

Expected behavior
it works

Desktop (please complete the following information):

  • OS: Debian 11
@xeruf
Copy link
Author

xeruf commented Jun 30, 2022

Maybe related to #122

@grubitwo
Copy link

grubitwo commented Oct 9, 2023

Try:
wget https://github.com/corneliusweig/ketall/releases/download/v1.3.8/ketall-amd64-linux.tar.gz && tar -zxvf ketall-amd64-linux.tar.gz && chmod +x ketall-amd64-linux && mv ketall-amd64-linux /root/.local/bin/ketall && ketall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants