
How To Update Pi-Hole
Pi-hole is a Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole and optionally a DHCP server, intended for use on a private network. It is designed for low-power embedded devices with network capability, such as the Raspberry Pi, but supports any Linux machines. Pi-hole has the ability to block traditional website advertisements as well as advertisements in unconventional places, such as smart TVs and mobile operating system advertisements.
Source: https://en.wikipedia.org/wiki/Pi-hole.
Video Tutorial
Text Tutorial
- As you can see, in
admin interface
/web dashboard
, I got an alert about the new Pi-Hole version infooter
. - Open a terminal and type command sudo
pihole -up
to update Pi-Hole. Confirm with password if necessary. - Wait until
Pi-Hole
will be updated. - To see installation of new version
Pi-Hole
, just type commandcat /etc/pihole/install.log
.