Installation of tripwire Download the patch for tripwire config from . Install tripwire by running the following commands: export PATH_HOLD=$PATH && export PATH=/opt/gcc2/bin:$PATH && ln -s make /usr/bin/gmake && cd src && gmake release && cp install/install.{sh,cfg} . && patch -Np1 -i ../tripwire-cfg.patch && ./install.sh && cp /etc/tripwire/tw.cfg /usr/sbin && cp policy/*.txt /usr/share/doc/tripwire && rm /usr/bin/gmake export PATH=$PATH_HOLD