On Thu, 2022-04-07 at 09:40 -0500, Richard Owlett wrote: > I need a *HTML* copy of "Installation Guide for 64-bit PC (amd64)" for > *OFFLINE* use. > > The HTML links on [https://www.debian.org/releases/stable/installmanual] > lead *ONLY* to Page 1.
You can download all the pages using a recursive wget: wget -r -k -np https://www.debian.org/releases/stable/amd64/ That's 774kB of files when I tried it (I know internet data usage is important to you). -- Tixy

