Debian 10 Buster with Zoneminder 1.36.x from ZM Repo

From ZoneMinder Wiki
Revision as of 13:52, 8 September 2019 by Bbunge (talk | contribs) (Undo revision 15644 by Kobold81 (talk))
Jump to navigationJump to search

== Debian 10 Buster with Zoneminder 1.32.3 from the Debian SID UNSTABLE repository

1. add unstable SID pachage sources to /etc/apt/sources.list

  sudo nano /etc/apt/sources.list
 add the following lines:
 deb-src http://ftp.de.debian.org/debian/ sid main non-free contrib
 deb http://ftp.de.debian.org/debian/ sid main non-free contrib

2. Update the package list

  sudo apt-get update

3.Install zoneminder. When asked to install additional packages press 'y'

 sudo apt-get -t sid install zoneminder

4. REMOVE the SID sources from /etc/apt/sources.list

  sudo nano /etc/apt/sources.list