Installing Pi-hole in Ubuntu 20.04 [closed]

Hey I'm trying to install and use pi-hole on ubuntu 20.04.

I've tried it many times , and I've also tried docker. Please help me to use pi-hole on ubuntu 20.04.

1 Answer

The install is very straightforward. You don't need docker at all. If the system you are using is dedicated to pi-hole, then I would recommend another clean install of Ubuntu 20.04 LTS for cleanness-sake. If you don't want to, that's fine. I don't think it will be an issue.

All you have to do is run the command curl -sSL | sudo bash. This is their one-step install process. Please notice the sudo part. Administrative privileges are needed in order for the installation to work. After all the software has been installed, the install will prompt you a few questions for configuring pi-hole and then you should be done.

18

You Might Also Like