Can't update FTL

i'm using Raspbian 8, in order to update my pi-hole i run
curl -sSL https://install.pi-hole.net | PIHOLE_SKIP_OS_CHECK=true sudo -E bash

but it complains:
[i] Main Dependency checks...

  • [✓] Checking for cron*
  • [✓] Checking for curl*
  • [✓] Checking for iputils-ping*
  • [✓] Checking for lsof*
  • [✓] Checking for netcat*
  • [✓] Checking for psmisc*
  • [✓] Checking for sudo*
  • [✓] Checking for unzip*
  • [✓] Checking for wget*
  • [✓] Checking for idn2*
  • [✓] Checking for sqlite3*
  • [✓] Checking for libcap2-bin*
  • [✓] Checking for dns-root-data*
  • [✓] Checking for libcap2*
  • [✓] Checking for lighttpd*
  • [✓] Checking for php5-common*
  • [✓] Checking for php5-cgi*
  • [✓] Checking for php5-sqlite*
  • [i] Checking for php5-xml (will be installed)*
  • [✓] Checking for php5-json*
  • [i] Checking for php5-intl (will be installed)*
  • [i] Processing apt-get install(s) for: php5-xml php5-intl, please wait...*
    --------------------------------------------------------------------------------
    E: No se ha podido localizar el paquete php5-xml
    (translation of last line: can't locate package php5-xml)

but i do have installed it:
pi@raspberrypi ~ % php -m | grep xml
libxml
xml
xmlreader
xmlwriter

what can i do?

Switch to a supported OS would be my recommendation. Jessie has not been supported by either Pi-hole or Raspbian for several years.

Or, search this category for php5 and you will see some user work-arounds for Jessie.

1 Like

roger, thanks

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.