Page 1 of 1

Help needed for installation

Posted: Mon Dec 23, 2019 4:44 pm
by behrendorff
Hi,

I am working on installing zoneminder on Debian, but are having some issues.

I am following this guide: https://wiki.zoneminder.com/Debian_10_B ... pro_Master

Everything works fine, untill I try to run the sudo apt install zoneminder, which gives me the error: E: Unable to locate package zoneminder.

This is what my sources.list looks like:
sources.list.PNG
sources.list.PNG (76.76 KiB) Viewed 3261 times
Can anybody see, what I am doing wrong?

Re: Help needed for installation

Posted: Tue Dec 24, 2019 2:44 am
by bbunge
Ran that install yesterday on a Pi 3b+ with Buster. Had no issues. Make sure the wget command completes. Also best to become root with sudo su and leave out the sudo on the commands.
If I find time tomorrow I will load up Buster on my test PC and proof the install steps.

Re: Help needed for installation

Posted: Tue Dec 24, 2019 12:30 pm
by behrendorff
Thank you

Re: Help needed for installation

Posted: Tue Dec 24, 2019 1:43 pm
by bbunge
Made a couple of changes in the install procedure to reflect updates to Zoneminder. Removed some confusing and unneeded steps. Provided a link to good instructions for LAMP on Debian Buster.

https://wiki.zoneminder.com/Debian_10_B ... pro_Master

This procedure will likely still work with the release of Zoneminder 1.34.x (next week?) with a slight adjustment in sources.list.

Happy Holidays!

Re: Help needed for installation

Posted: Wed Dec 25, 2019 4:34 pm
by iconnor
I think you have an extra /


the zmrepo line should be

deb https://zmrepo.zoneminder.com/debian/master buster/

note the lack of / after master.

Re: Help needed for installation

Posted: Wed Dec 25, 2019 7:35 pm
by bbunge
iconnor wrote: Wed Dec 25, 2019 4:34 pm I think you have an extra /


the zmrepo line should be

deb https://zmrepo.zoneminder.com/debian/master buster/

note the lack of / after master.
It is correct in the WIKI.