.. code-block:: shell
- # apt-get install pdns-server
+ $ sudo apt-get install pdns-server
Debian splits the backends into `several different
packages <https://packages.debian.org/pdns-backend>`__, install the
.. code-block:: shell
- # apt-get install pdns-backend-$backend
+ $ sudo apt-get install pdns-backend-$backend
Redhat-based Systems
~~~~~~~~~~~~~~~~~~~~
.. code-block:: shell
- # yum install pdns
+ $ sudo yum install pdns
The different backends can be installed using
.. code-block:: shell
- # yum install pdns-backend-$backend
+ $ sudo yum install pdns-backend-$backend
FreeBSD
~~~~~~~
.. code-block:: shell
- # pkg install dns/powerdns
+ $ sudo pkg install dns/powerdns
To have your system build the port: