Source installation
- download a .tar.gz archive
- extract it (tar xzf FILENAME.tar.gz)
- follow the instructions in the INSTALL file
Debian packages
Manual installation
- download a debian package file (.deb)
- run dpkg -i FILENAME.deb
Debian package repository
You may use the debian package repository at toolforge:
- add deb http://systemausfall.org/toolforge/debian testing main contrib non-free to your /etc/apt/sources.list file
- run apt-get update
- install (or upgrade) the package with apt-get install ezmlm-web
Besides testing you may also use the stable or unstable package - read DebianRepository for details.