Nepenthes is freely available for various distributions and as source.
svn co https://svn.mwcollect.org/nepenthes/trunk/
svn switch --relocate svn://svn.mwcollect.org https://svn.mwcollect.org
svn update
svn export svn://svn.mwcollect.org/nepenthes/trunk/ cd trunk autoreconf -v -i ./configure --prefix=/opt/nepenthes make dist
You can install Nepenthes rightaway through portage if you are using Gentoo, simply type
emerge nepenthes
If you are a Debian/Ubuntu user:
apt-get install nepenthes
If you have Debian stable (Etch), you can download a non-official package with the latest version from here and install it with
dpkg -i nepenthes-VERSION.deb
You can submit/see/track any bug related with the Debian package here.
Michael Lang build packages of nepenthes 0.2.0 for RedHat EL4.4 and CentOS 4.4.
The Package layout is setup to run in chrooted environment (chroot = /var/lib/nepenthes), but no automated startup script is included.
http://rpms.jackal-net.at/yum/repodata/repoview/nepenthes-0-0.2.0-1.EL4.html
offical FreeBSD port’s packages
install with
shell> cd /usr/ports/net/nepenthes shell> make shell> make install
In order to run Nepenthes on OpenBSD you should be running 4.0 or later (-stable ports are no longer maintained, you should use -current). You can use ports or packages.
If you choose to use ports, you will build Nepenthes from source. Assuming you have the ports tree checked out in /usr/ports, proceed with:
shell> cd /usr/ports/net/nepenthes shell> make shell> sudo make install
If you want to know how to fetch the ports tree, take a look at: http://www.openbsd.org/anoncvs.html
If you choose to use packages (pre-compiled binaries), you should fetch libmagic-4.23.tgz and nepenthes-0.2.2.tgz from:
ftp.openbsd.org/pub/OpenBSD/<release>/packages/<arch>/
<release> should be replaced by the number of the release you’re running (3.9, 4.0, etc) or by ‘snapshots’ if you’re running current.
<arch> should be replaced by the architecture you wish to install Nephentes on (i386, sparc64, etc). This port is known to work on the following archs, i386, amd64, sparc64 and macppc.
and then install with:
shell> sudo pkg_add libmagic-4.23.tgz shell> sudo pkg_add nepenthes-0.2.2.tgz
If there are any issues, please contact the port maintainer.
If you created a package for another distribution, make sure to drop us a line so we can link it here.
Of course you can also go for the source package and compile Nepenthes yourself. Make sure to read the installation related information in the documentation.