HTTrack Website Copier
Open Source offline browser

HTTrack Debian Packages

 
HTTrack is available on GNU/Linux and Un*x platforms, as a standalone commandline program, or as a GUI (using a regular browser).
Note: If you are package maintainer for a Linux distribution, do not hesitate to report
 
Stable packages
HTTrack has entered into stable (pool), you can directly install it using Debian mirrors:
apt-get update
apt-get install webhttrack
to get the full GUI version, or
apt-get update
apt-get install httrack
to get the commandline version only. Ensure that your /etc/apt/sources.list files contains a link to a stable repository, such as:
deb http://http.us.debian.org/debian stable main contrib non-free
 
Testing packages
HTTrack has entered into testing (pool), you can directly install it using Debian mirrors:
apt-get update
apt-get install webhttrack
to get the full GUI version, or
apt-get update
apt-get install httrack
to get the commandline version only. Ensure that your /etc/apt/sources.list files contains a link to a testing repository, such as:
deb http://http.us.debian.org/debian testing main contrib non-free
 
Unstable packages
HTTrack is also available in unstable (pool), you can directly install it using sid Debian mirrors:
apt-get update
apt-get install webhttrack
to get the full GUI version, or
apt-get update
apt-get install httrack
to get the commandline version only. Ensure that your /etc/apt/sources.list files contains a link to an unstable repository, such as:
deb http://http.us.debian.org/debian unstable main contrib non-free
 
Unstable/experimental packages
You may also use the most up-to-date version using the subversion mirror.
svn checkout https://httrack.googlecode.com/svn/trunk/ httrack
cd httrack
./configure --prefix=$HOME && make -j8 && make check

Please any compiling problems regarding this package or any os-dependant problems, thank you!