Install Trezor T in Ubuntu 20

I use Ubuntu 20.04 LTS and I’m trying to install the Trezor software on my notebook, but without success

Follow the steps below:


gpg --import satoshilabs-2021-signing-key.asc


gpg --verify Trezor-Suite-24.1.2-linux-x86_64.AppImage.asc


openssl dgst -binary -sha512 Trezor-Suite-24.1.2-linux-x86_64.AppImage | openssl base64


chmod u+x Trezor-Suite-24.1.2-linux-x86_64.AppImage


./Trezor-Suite-24.1.2-linux-x86_64.AppImage --no-sandbox
[30404:0209/092901.728797:ERROR:ozone_platform_x11.cc(240)] Missing X server or $DISPLAY
[30404:0209/092901.728836:ERROR:env.cc(255)] The platform failed to initialize. Exiting.

1 Like