installing_pi_hole_linux_ubuntu_version_24_04
This is an old revision of the document!
installing Pi-Hole on Linux Ubuntu version 24.04
First run update packages and upgrade Ubuntu Server
sudo apt update && sudo apt upgrade -y
To check if curl is installed and functioning on Ubuntu Server 24.04, run the command
curl --version
If curl is not installed, run this command to install it:
sudo apt install curl -y
installing_pi_hole_linux_ubuntu_version_24_04.1786992646.txt.gz · Last modified: 2026/08/17 18:50 by wikiadmin
