Installation instructions

 

FROM GITHUB:

git clone https://github.com/jemcek/packETH.git

cd packETH

./autogen.sh (you will need aclocal,autoconf,autoheader and automake installed to run this)

autoreconf -f -i (optional if needed sometimes)

./configure

make

make install

./packETH


FROM SOURCEFORCE:

  1. 1)get the package from the DOWNLOAD page

  2. 2)unpack it:

        tar xjvf packETH.x.y.tar.bz    (where x.y is the version you downloaded)

  1. 3)cd packETH

  2. 4)autoreconf -f -i (needed sometimes)

  3. 5)./configure

  4. 6)make

  5. 7)make install   (optional)


Depending on your Linux distribution and type of installation additional packages may be needed. For example:


1) Centos 7.4 (minimal):

yum groupinstall 'Development Tools'

yum install gtk2-devel.x86_64


  1. 2)Ubuntu 18.04 server

sudo apt-get install build-essential

sudo apt-get install autoconf

sudo apt-get install pkg-config

sudo apt-get install gtk+2.0



LINUX PACKAGES (Ubuntu, Redhat, etc...):

There are precompiled packages for many linux distribution available but normally they are not the latest versions. To install type as root or superuser:


Redhat, Centos: yum install packeth

Debian, Ubuntu: apt-get install packeth