Is it possible to install PI-Hole on 18.10?
This user was on Ubuntu 18.10.
Thanks, seems he got it installed, mine won't even install..
i'm new to this..
how would you resolve that?
If you are saying pihole wouldn't install, it could be because one of your repositories isn't working. Look for any errors when you run sudo apt update. Deselect any problem repositories and try to install pihole then.
so I tried this command : curl -sSL https://install.pi-hole.net | bash
And I end up with this https://i.ibb.co/dL8yzPp/Capture.jpg
Error: Unable to update package cache. Please try "\e[1;31m"
Please run
sudo apt-get update
and post a screenshot of the result.
sudo apt-get remove --purge dnsmasq
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'dnsmasq' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
dnsmasq is not installed.
sudo apt-get update
Hit:1 Index of /ubuntu cosmic InRelease
Get:2 Index of /ubuntu cosmic-updates InRelease [83.2 kB]
Get:3 Index of /ubuntu cosmic-security InRelease [83.2 kB]
Ign:4 Index of /ubilinux/up/ubuntu cosmic InRelease
Get:5 Index of /ubuntu cosmic-backports InRelease [74.6 kB]
Hit:6 http://linux.teamviewer.com/deb stable InRelease
Err:7 Index of /ubilinux/up/ubuntu cosmic Release
404 Not Found [IP: 91.189.95.83 80]
Reading package lists... Done
E: The repository 'Index of /ubilinux/up/ubuntu cosmic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
You added this PPA manually and it isn't supporting Ubuntu 18.10. You first need to remove it before you can install any additional software (including Pi-hole) on this machine.
Confirmed. This PPA supports only Ubuntu 14.04 and 16.04. Remove it using
sudo add-apt-repository --remove ppa:ubilinux/up
Then rerun
curl -sSL https://install.pi-hole.net | bash
Thanks!
That worked. Got it installed, and configured (I believe) now to test it.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.