Skip to content

Debian and Raspbian Installation

Mark Grant edited this page Apr 19, 2019 · 3 revisions

There is a choice of two repositories for Debian and Raspbian installation; OpenSUSE Build Service (OBS) and Bintray. OBS will provide packages for all supported versions of Debian and Raspbian. Bintray will contain packages for the latest stable version of Debian and Raspbian. The reason for this difference is that packages in this repo are manually built as opposed to being built by a build farm.

To setup the OpenSUSE Build Service repository

To setup the Bintray repository

To add this repository to your system please type the following:-

To install this package

  • sudo apt-get update
  • sudo apt-get install dnsmasq-logrotate
  • sudo dnsmasq-postrotate.sh --setup

To uninstall this package

  • sudo apt-get remove dnsmasq-logrotate
Clone this wiki locally