Skip to content

Installing Binaries

Kaian edited this page Jul 8, 2024 · 39 revisions

Debian / Ubuntu

If you're using a recent version of Debian/Ubuntu, you can find sngrep in the official Debian/Ubuntu repositories. (thanks to @linuxmaniac)

Otheriwse, you can use Irontec repositories for some of Debian and Ubuntu releases.

Binaries are built only for amd64 and i386 architectures right now with all supported features enabled.

Debian

Add Irontec repositories entry in your /etc/apt/sources.list
Use your distrubution source line (only one of these)

deb http://packages.irontec.com/debian jessie main
deb http://packages.irontec.com/debian stretch main
deb http://packages.irontec.com/debian buster main
deb http://packages.irontec.com/debian bullseye main
deb http://packages.irontec.com/debian bookworm main
Ubuntu

Add Irontec repositories entry in your /etc/apt/sources.list
Use your distrubution source line (only one of these)

deb http://packages.irontec.com/ubuntu xenial main
deb http://packages.irontec.com/ubuntu bionic main
deb http://packages.irontec.com/ubuntu focal main
deb http://packages.irontec.com/ubuntu jammy main
deb http://packages.irontec.com/ubuntu noble main

Install Repository key

 wget http://packages.irontec.com/public.key -q -O /etc/apt/trusted.gpg.d/irontec-debian-repository.asc

Install the package

apt-get update
apt-get install sngrep

Fedora / CentOS / RHEL Linux

sngrep is available from the community build server

Enable the repository

dnf copr enable irontec/sngrep

or

yum copr enable irontec/sngrep

Install sngrep package

dnf install sngrep

or

yum install sngrep

Alpine Linux

sngrep is available in community repositories starting from Alpine v3.3 (Thx Francesco Colista!)

Decomment community repository from /etc/apk/repositories (if commented)

Update your package list

apk update

Install sngrep

apk add sngrep

Gentoo

You can find an unofficial ebuilds for sngrep at Gentoo Bugtracker System (Thanks to spacedream)

Feel free to vote if you would like to see sngrep be part of Gentoo portage tree.

Arch

You can find an unofficial PKGBUILD for Arch at ArchLinux User Repositories (thanks to w1ngnutt)

Feel free to vote if you would like to see sngrep at official Arch repositories.

OSX

OSX users can install sngrep using homebrew

brew install sngrep

OpenWRT/LEDE

You can use official repositories for installing sngrep using:

opkg install sngrep

Static binaries

Static binaries for i386 and amd64 can be found in https://packages.irontec.com/binaries/