Skip to content

Using the SELKS Debian Repositories

Peter Manev edited this page Jun 16, 2020 · 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.

Stamus Networks supports its own generic and standard Debian Stretch 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/selks5.list.

You can use as follows:

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

Then you can add the following :

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

in /etc/apt/sources.list.d/selks6.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 suricata
Clone this wiki locally