Error Installing Stone Webviewer " Unable to locate package orthanc-stone-webviewer"

Im trying to Install Stone Webviewer PlugIn and Im getting this error:
E: Unable to locate package orthanc-stone-webviewer

root@incavpacs:/home/carlos# apt install orthanc-stone-webviewer
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
E: Unable to locate package orthanc-stone-webviewer

I did follow those instructions:

$ apt update
$ DEBIAN_FRONTEND=noninteractive apt install -y software-properties-common wget curl nano gnupg apt-transport-https

$ apt install --upgrade ca-certificates
$ wget -qO - https://debian.orthanc-labs.com/archive.key | apt-key add -
$ apt-add-repository “deb https://debian.orthanc-labs.com/ grep VERSION_CODENAME /etc/os-release | cut -d'=' -f 2 main”

$ apt clean && apt update
$ apt install orthanc-stone-webviewer
$ /etc/init.d/orthanc start

Any idea what Im dong wrong?? please help…

Hello,

According to the instructions in the Orthanc Book, you are presumably not running “Debian 9 (stretch), Debian 10 (buster), Debian 11 (bullseye), Debian 12 (bookworm), Ubuntu 18.04 LTS (bionic), Ubuntu 20.04 LTS (focal), or Ubuntu 22.04 LTS (jammy) on an AMD64 architecture.”

Regards,
Sébastien-

HI…

I’m using UBUNTU 24.04 LTS

…which explains why it does not work, according to the content of my previous post. I might have a look at adding a new distribution.

Support for Ubuntu 24.04 LTS has just been added.

Regards,
Sébastien-

1 Like

so Should I reinstall it?? what will be the steps to do that with out loosing data ??

Just install the package:

$ apt clean && apt update
$ apt install orthanc-stone-webviewer

WORKS !! thanks