I'm trying to install Zoneminder on Ubuntu 18.04, I have had one successful install, but after lots of fiddling, I decide to start again with a clean install.
This is process I followed:
- Reinstalled Ubuntu from scratch.
- Followed install guide here: https://zoneminder.readthedocs.io/en/la ... -04-bionic
- Out of interest I decided to NOT include the PPA add-apt-repository ppa:iconnor/zoneminder-1.34 so I could use the version on the main Ubuntu repository
- When I tried to install ZoneMinder, I received the following error
Code: Select all
Package zoneminder is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'zoneminder' has no installation candidate
- Because of the above error, I assumed that Zoneminder is not available on the Ubuntu repository, so I run the command: add-apt-repository ppa:iconnor/zoneminder-1.34
Code: Select all
'Error reading https://keyserver.ubuntu.com/pks/lookup?op=get&options=mr&exact=on&search=0xABE4C7F993453843F0AEB8154D0BF748776FFB04: [Errno 113] No route to host'
Ian