Title: Downloading Mailman Links: links.h download-links.h
Note that the file name may have the version number in it, e.g.% cd /usr/local/src % tar zxf mailman.tar.gz
mailman-2.1.tar.gz
.
Mailman's tarball unpacks into a directory called
mailman-xyz
where xyz is the version number.
Note also that some versions of tar
don't accept the
z option. In that case, you'll need to use the
gunzip
program like so:
% gunzip -c mailman.tar.gz | tar xf -