Skip to content

Using the SELKS Debian Repositories

Peter Manev edited this page Aug 10, 2016 · 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.

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/selks3/debian/ jessie main
deb http://packages.stamus-networks.com/selks3/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 available long-term supported kernel you can just do (on Debian):

apt-get update
apt-get install linux-libc-dev linux-headers-4.4.16-stamus linux-image-4.4.16-stamus
Clone this wiki locally