File: gettingstarted-install.rst

package info (click to toggle)
knot-resolver 6.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 18,260 kB
  • sloc: ansic: 70,388; javascript: 42,732; python: 12,664; cpp: 2,121; sh: 1,997; xml: 193; makefile: 186
file content (40 lines) | stat: -rw-r--r-- 1,166 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.. SPDX-License-Identifier: GPL-3.0-or-later

.. _gettingstarted-install:

************
Installation
************

Some Linux distributions contain Knot Resolver in their official repositories,
but their policies usually don't allow keeping it up to date.
Therefore we recommend to use upstream repositories which have the **latest stable version** of Knot Resolver.

If for some reason you need to install Knot Resolver **from sources**,
check out `building from sources <./dev/build.html>`_ section in developer documentation.

For a standard installation, please follow the instructions for your packaging system.

--------------------
.deb (Debian/Ubuntu)
--------------------

Please follow https://pkg.labs.nic.cz/doc/?project=knot-resolver

---------------------------
.rpm (Fedora/EPEL/openSUSE)
---------------------------

Please follow https://copr.fedorainfracloud.org/coprs/g/cznic/knot-resolver/

------
Docker
------

DockerHub page: https://hub.docker.com/r/cznic/knot-resolver

.. code:: bash

    sudo docker run --rm -ti --network host docker.io/cznic/knot-resolver

More about Docker deployments can be found in :ref:`deployment-docker` section.