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…