downloaded application doesn't launch in Debian 12
1
vote
1
answer
593
views
I had tried to install package from developers' site/
root@debian:/home/lm/Downloads/telegram# dir
Telegram tsetup.4.8.9.tar.xz
root@debian:/home/lm/Downloads/telegram# tar -xvf tsetup.4.8.9.tar.xz
Telegram/
Telegram/Updater
Telegram/Telegram
root@debian:/home/lm/Downloads/telegram# mv Telegram /opt/
root@debian:/home/lm/Downloads/telegram# cd /opt/Telegram/
root@debian:/opt/Telegram# dir
Telegram Updater
root@debian:/opt/Telegram# ./Telegram
bash: ./Telegram: cannot execute binary file: Exec format error
after unpacking i had move the files to /opt folder and avoid it not in PATH variable, i had launch it directly from a folder.
But it gives me the error message. Same if just call binary with PATH prompt
from other directory
root@debian:/# /opt/Telegram/Telegram
bash: /opt/Telegram/Telegram: cannot execute binary file: Exec format error
and how can i fix it? (or where is i make improperly step?)
session
$> uname -r
6.1.0-9-686-pae
$> file Telegram
Telegram: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=88e4d9c055d23489bcc05f598f65f60d6fba74fe, for GNU/Linux 2.6.32, stripped
Asked by ant
(27 rep)
Jul 27, 2023, 12:37 PM
Last activity: Jul 28, 2023, 08:13 PM
Last activity: Jul 28, 2023, 08:13 PM