I am trying to install Orthanc on Linux box, but getting dependency errors.
root@ip-172-31-77-227:/tmp# sudo dpkg --install orthanc_1.2.0+dfsg-1_amd64.deb
(Reading database ... 51059 files and directories currently installed.)
Preparing to unpack orthanc_1.2.0+dfsg-1_amd64.deb ...
Unpacking orthanc (1.2.0+dfsg-1) over (1.2.0+dfsg-1) ...
dpkg: dependency problems prevent configuration of orthanc:
orthanc depends on dcmtk; however:
Package dcmtk is not installed.
orthanc depends on libboost-filesystem1.62.0; however:
Package libboost-filesystem1.62.0 is not installed.
orthanc depends on libboost-locale1.62.0; however:
Package libboost-locale1.62.0 is not installed.
orthanc depends on libboost-regex1.62.0; however:
Package libboost-regex1.62.0 is not installed.
orthanc depends on libboost-system1.62.0; however:
Package libboost-system1.62.0 is not installed.
orthanc depends on libboost-thread1.62.0; however:
Package libboost-thread1.62.0 is not installed.
orthanc depends on libcurl3 (>= 7.16.2); however:
Package libcurl3 is not installed.
orthanc depends on libdcmtk8; however:
Package libdcmtk8 is not installed.
orthanc depends on libjpeg62-turbo (>= 1.3.1); however:
Package libjpeg62-turbo is not installed.
orthanc depends on libjsoncpp1 (>= 1.7.4); however:
Package libjsoncpp1 is not installed.
orthanc depends on lib
dpkg: error processing package orthanc (--install):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.23-0ubuntu9) ...
Processing triggers for systemd (229-4ubuntu19) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for man-db (2.7.5-1) ...
Errors were encountered while processing:
orthanc
Please help