0

I want to completely save a webpage, so that when I open Firefox offline, I can navigate to this webpage and look into its contents. I used wget for this.

wget -m website.com

wget -r website.com

But when I open Firefox offline and type this website, I get server not found. How can I fix this, or find another way so that it works?

Thank you in advance!

Snow
  • 133

1 Answers1

0

Use WebHTTrack Website Copier

Description: Copy websites to your computer, httrack with a Web interface WebHTTrack is an offline browser utility, allowing you to download a World Wide website from the Internet to a local directory, building recursively all directories, getting html, images, and other files from the server to your computer, using a step-by-step web interface.

Install it with

sudo apt-get install webhttrack

A good description of the functionality can be found on this link.

abu_bua
  • 11,313