How to Install and Use Httrack on Ubuntu, Debian
June 21 2015
Httrack is an open source software, its used for easy to use offline browser utility. Httrack allows to download a world wide web sites like, recursively all the directories, HTML, Images and other files from the internet (server) to a local system also managed to original sites link structure. This software can be install Windows, Linux, Mac, Android up to 2.2 .
This post describes about how to install and use httrack tool. Download files from the link,
After downloading that package extract tar file,
tar -xf httrack.tar.gz
# cd httrack-3.48.21/
# cd httrack-3.48.21/
Execute below command to install, whereis command is use to find out installed location and man command for help.
# ./configure
# make && make install
# whereis httrack
# make && make install
# whereis httrack
Get more information and helps how to use this software,
# man httrack
For example, download files and directries from server to local system,
# httrack www.domainname.com +* -r6
WARNING! You are running this program as root! It might be a good idea to run as a different user Mirror launched on Thu, 18 Jun 2015 12:00:01 by HTTrack Website Copier/3.48-21 [XR&CO'2014] mirroring www.domainname.com +* with the wizard help..
Comments (0)