Difference between revisions of "Debian 10 Buster with Zoneminder 1.36.x from ZM Repo"

From ZoneMinder Wiki
Jump to navigationJump to search
m
(Undo revision 15644 by Kobold81 (talk))
Line 16: Line 16:
4. REMOVE the SID sources from /etc/apt/sources.list
4. REMOVE the SID sources from /etc/apt/sources.list
   sudo nano /etc/apt/sources.list
   sudo nano /etc/apt/sources.list
5. Continue here with "Step 6": https://zoneminder.readthedocs.io/en/stable/installationguide/debian.html#easy-way-debian-jessie

Revision as of 13:52, 8 September 2019

== 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