Expected Behaviour:
I am trying to install Pi-Hole on a fresh install of Buster. Hardware = Pi Zero W
pi@raspi:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
## Actual Behaviour:
pi@raspi:~ $ curl -sSL https://install.pi-hole.net | bash
[â] Root user check
[i] Script called with non-root privileges
The Pi-hole requires elevated privileges to install and run
Please check the installer for any concerns regarding this requirement
Make sure to download this script from a trusted source
[â] Sudo utility check
[â] Root user check
.;;,.
.ccccc:,.
:cccclll:. ..,,
:ccccclll. ;ooodc
'ccll:;ll .oooodc
.;cll.;;looo:.
.. ','.
.',,,,,,'.
.',,,,,,,,,,.
.',,,,,,,,,,,,....
....''',,,,,,,'.......
......... .... .........
.......... ..........
.......... ..........
......... .... .........
........,,,,,,,'......
....',,,,,,,,,,,,.
.',,,,,,,,,'.
.',,,,,,'.
..'''.
[â] Update local cache of available packages
[i] Existing PHP installation detected : PHP version 5.6.40-0+deb8u12
[â] Disk space check
[â] Checking apt-get for upgraded packages... 15 updates available
[i] It is recommended to update your OS after installing the Pi-hole!
[i] Installer Dependency checks...
[â] Checking for dhcpcd5
[â] Checking for git
[â] Checking for iproute2
[â] Checking for whiptail
[â] Checking for dnsutils
[â] Supported OS detected
[i] SELinux not detected
[i] Using upstream DNS: Google (ECS) (8.8.8.8, 8.8.4.4)
[i] Static IP already configured
[i] Unable to find IPv6 ULA/GUA address, IPv6 adblocking will not be enabled
[i] IPv4 address: 192.168.0.100/24
[i] IPv6 address:
[i] Web Interface On
[i] Web Server On
[i] Logging On.
[â] Check for existing repository in /etc/.pihole
[i] Update repo in /etc/.pihole...HEAD is now at 56cd7c4 Merge pull request #3549 from pi-hole/release/v5.1.1
[â] Update repo in /etc/.pihole
[â] Check for existing repository in /var/www/html/admin
[i] Update repo in /var/www/html/admin...HEAD is now at d8d3f31 Merge pull request #1480 from pi-hole/release/v5.1
[â] Update repo in /var/www/html/admin
[i] Main Dependency checks...
[â] Checking for cron
[â] Checking for curl
[â] Checking for iputils-ping
[â] Checking for lsof
[i] Checking for netcat (will be installed)
[â] Checking for psmisc
[â] Checking for sudo
[â] Checking for unzip
[â] Checking for wget
[i] Checking for idn2 (will be installed)
[i] Checking for sqlite3 (will be installed)
[â] Checking for libcap2-bin
[i] Checking for dns-root-data (will be installed)
[â] Checking for libcap2
[i] Checking for lighttpd (will be installed)
[â] Checking for php5-common
[i] Checking for php5-cgi (will be installed)
[i] Checking for php5-sqlite (will be installed)
[i] Checking for php5-xml (will be installed)
[â] Checking for php5-intl
[i] Processing apt-get install(s) for: netcat idn2 sqlite3 dns-root-data lighttpd php5-cgi php5-sqlite php5-xml, please wait...
--------------------------------------------------------------------------------
E: Unable to locate package php5-xml
Note:
-
I have followed the steps in the link below but still get the same error.
PHP error updating to V5.0 - #9 -
The IP address has been fixed at the router.
-
The Pi Zero was procured as a starter kit (last week) with NOOBS preinstalled and there are no additional software. ( I did remove Wolfram).
Debug Token:
I have attempted to run pihole -d
but get the error
bash: pihole: command not found