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

From ZoneMinder Wiki
Jump to navigationJump to search
Line 1: Line 1:
== Debian 10 Buster with Zoneminder 1.32.3 from the Debian Multimedia Repository ==
== Debian 10 Buster with Zoneminder 1.32.3 from the Debian SID UNSTABLE repository


10AUG19
1. add unstable SID pachage sources to /etc/apt/sources.list
  sudo nano /etc/apt/sources.list


Due to some expressed security concerns of the Debian Multimedia Repository, this procedure has been deleted. I expect there will be a Zoneminder package for Buster in the zm.repro in time. Meanwhile I encourage you to try Zoneminder 1.32.3 on Ubuntu Bionic. With the release of Ubuntu 18.04-3 you can upgrade to the Linux 5.0 kernel which appears to give a performance boost
  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


If you really want to use Buster look in the history file of this WIKI entry.
2. 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

Revision as of 15:50, 27 August 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. 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