0

I'm trying to install the Tizonia cloud music player on Debian GNU/Linux 11 (bullseye). I've gone past a few issues already, but now I'm stuck at this stage:

E: Unable to locate package tizonia-all
Oops. Something went wrong!

The command I'm using is as follows:

curl -kL https://github.com/tizonia/tizonia-openmax-il/raw/master/tools/install.sh | bash

I've looked it up and fell on this GitHub issue: https://github.com/tizonia/tizonia-openmax-il/issues/640 However, that doesn't apply to me, since my machine's architecture is amd64. Indeed, running uname -m returns x86_64.

GPWR
  • 575

1 Answers1

0

Keep it simple and just install the Snap package:

sudo snap install tizonia
GPWR
  • 575