comparison Sphinx/source/users/debian-packages.rst @ 536:cdfdedcd078b

additional info about debian
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Nov 2020 10:48:50 +0100
parents a3f1ddc56b6e
children 2c8f4eca3cd2
comparison
equal deleted inserted replaced
535:a3f1ddc56b6e 536:cdfdedcd078b
16 16
17 17
18 Introduction 18 Introduction
19 ------------ 19 ------------
20 20
21 Orthanc is available as offical `Debian 21 Orthanc is available as an offical `Debian package
22 <https://packages.debian.org/search?keywords=orthanc&searchon=names&exact=1&suite=all&section=all>`__ 22 <https://packages.debian.org/search?keywords=orthanc&searchon=names&exact=1&suite=all&section=all>`__
23 and `Ubuntu 23 that is continuously updated by the Orthanc core developers. This
24 <https://packages.ubuntu.com/search?keywords=orthanc&searchon=names&suite=all&section=all>`__ 24 implies that Orthanc is also available in the `Debian derivative
25 packages. Most of the official plugins are also available as separate packages. 25 distributions
26 <https://en.wikipedia.org/wiki/List_of_Linux_distributions#Debian-based>`__,
27 most notably in `Ubuntu
28 <https://packages.ubuntu.com/search?keywords=orthanc&searchon=names&suite=all&section=all>`__. Most
29 of the official plugins are also available as separate packages.
26 30
27 Note that the installed versions depend on the OS version. If you absolutely need 31 Note that the installed versions depend on the version of the Debian
28 the latest Orthanc version, you should: 32 distribution. If you absolutely need the latest Orthanc version, you
33 should:
29 34
30 * Use the latest `unstable Debian release <https://wiki.debian.org/DebianUnstable>`__. 35 * Use the bleeding-edge `Debian unstable
36 <https://wiki.debian.org/DebianUnstable>`__, or use a Debian-based
37 distro that derives from unstable (such as Kali Linux).
31 38
32 * Use the `LSB binaries <https://lsb.orthanc-server.com/>`__. 39 * Use the `LSB binaries <https://lsb.orthanc-server.com/>`__.
33 40
34 * Use :ref:`Docker <docker>`. 41 * Use :ref:`Docker <docker>`.
35 42
36 * :ref:`Compile Orthanc by yourself <compiling>`. 43 * :ref:`Compile Orthanc by yourself <compiling>`.
37 44
38 * Advanced users: :ref:`replace the binaries from the package by the LSB binaries <replace-binaries>`. 45 * Advanced users: :ref:`replace the binaries from the package by the
46 LSB binaries <lsb-replace-debian-binaries>`.
47
39 48
40 Installation 49 Installation
41 ------------ 50 ------------
42 51
43 Prerequisite: make sure to update your package definition before installing:: 52 Prerequisite: make sure to update your package definition before installing::
81 90
82 91
83 Replacing the package from the service by the LSB binaries 92 Replacing the package from the service by the LSB binaries
84 ---------------------------------------------------------- 93 ----------------------------------------------------------
85 94
86 .. _replace-binaries: 95 .. _lsb-replace-debian-binaries:
87 96
88 If you're stuck with an old version of Orthanc, you may try to 97 If you're stuck with an old version of Orthanc, you may try to
89 replace the binaries by the LSB binaries. Note that there might 98 replace the binaries by the LSB binaries. Note that there might
90 be some inconsistencies between the plugins version and you should 99 be some inconsistencies between the plugins version and you should
91 do that at your own risk. 100 do that at your own risk.