Skip to content

Using the SELKS Debian Repositories

Peter Manev edited this page May 3, 2015 · 15 revisions

If you are not running SELKS but would like to use the SELKS Debian packaging repositories for kernel,Suricata IDS/IPS, libhtp, kibana dashboards...so on you can do so as explained in this article.

NOTE: If you are using older Debian Wheezy distro follow this general guide <https://www.stamus-networks.com/2014/10/28/using-stamus-networks-debian-repositories/>.

Stamus Networks supports its own generic and standard Debian Wheezy 64 bit packaging repositories for

  • Suricata IDS/IPS
  • libhtp
  • latest longterm stable kernel version
  • selks-scripts

These repositories provide Debian package for the newest Suricata IDS/IPS , htp releases and newest long-term stable kernel level version. SELKS already includes those repositories under /etc/apt/sources.list.d/selks.list.

You can use as follows:

wget -O – -q http://packages.stamus-networks.com/packages.stamus-networks.com.gpg.key | apt-key add – && \
apt-get update

Then you can add the following :

deb http://packages.stamus-networks.com/debian/ jessie main
deb http://packages.stamus-networks.com/debian-kernel/ jessie main

in /etc/apt/sources.list.d/stamus.list for example.

The repositories contain packages for the long-term stable kernel level version. So if you would like to upgrade to the latest long-term supported kernel you can just do (on Debian):

  apt-get update && apt-get upgrade
  apt-get install linux-libc-dev linux-headers-3.18.11-stamus linux-image-3.18.11-stamus
Clone this wiki locally