> Why is there not a repository in centos6 for
> httrack?> Howto install the repository for httrack?
You can also build it directly:
(http://download.httrack.com/cserv.php3?File=httrack.tar.gz)
yum install zlib-devel
tar xvfz httrack-3.44.1.tar.gz
cd httrack-3.44.1
./configure && make && make install
|