-
Notifications
You must be signed in to change notification settings - Fork 207
Installing Binaries
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.
Add Irontec repositories entry in your /etc/apt/sources.list
Use your distrubution source line
deb http://packages.irontec.com/debian squeeze main deb http://packages.irontec.com/debian wheezy main deb http://packages.irontec.com/debian jessie main
Add Irontec repositories entry in your /etc/apt/sources.list
Use your distrubution source line
deb http://packages.irontec.com/ubuntu trusty main deb http://packages.irontec.com/ubuntu precise main deb http://packages.irontec.com/ubuntu utopic main
Install Repository key
wget http://packages.irontec.com/public.key -q -O - | apt-key add -
Install the package
apt-get update
apt-get install sngrep
You can use Irontec repositories for some of CentOS (5,6,7), Fedora (20,21) and Red Hat versions (5,6,7).
Binaries are built only for amd64 and i386 architectures without SSL support.
Add Irontec repo information to /etc/yum.repos.d/irontec.repo
Replace dist with centos, fedora or rhel.
[irontec] name=Irontec RPMs repository baseurl=http://packages.irontec.com/dist/$releasever/$basearch/
Add Irontec repositories public key:
rpm --import http://packages.irontec.com/public.key
And install the package
yum install sngrep
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.
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 users can install sngrep using homebrew
brew install sngrep