1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY wget-download-http
|
---|
8 | "http://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.xz">
|
---|
9 | <!ENTITY wget-download-ftp
|
---|
10 | "ftp://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.xz">
|
---|
11 | <!ENTITY wget-md5sum "d2e4455781a70140ae83b54ca594ce21">
|
---|
12 | <!ENTITY wget-size "1.7 MB">
|
---|
13 | <!ENTITY wget-buildsize "23 MB (additional 3 MB for the tests)">
|
---|
14 | <!ENTITY wget-time "0.2 SBU (additional 0.2 SBU for the tests)">
|
---|
15 | ]>
|
---|
16 |
|
---|
17 | <sect1 id="wget" xreflabel="Wget-&wget-version;">
|
---|
18 | <?dbhtml filename="wget.html"?>
|
---|
19 |
|
---|
20 | <sect1info>
|
---|
21 | <othername>$LastChangedBy$</othername>
|
---|
22 | <date>$Date$</date>
|
---|
23 | </sect1info>
|
---|
24 |
|
---|
25 | <title>Wget-&wget-version;</title>
|
---|
26 |
|
---|
27 | <indexterm zone="wget">
|
---|
28 | <primary sortas="a-Wget">Wget</primary>
|
---|
29 | </indexterm>
|
---|
30 |
|
---|
31 | <sect2 role="package">
|
---|
32 | <title>Introduction to Wget</title>
|
---|
33 |
|
---|
34 | <para>
|
---|
35 | The <application>Wget</application> package contains a utility useful for
|
---|
36 | non-interactive downloading of files from the Web.
|
---|
37 | </para>
|
---|
38 |
|
---|
39 | &lfs77_checked; &gcc5_checked;
|
---|
40 |
|
---|
41 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
42 | <itemizedlist spacing="compact">
|
---|
43 | <listitem>
|
---|
44 | <para>
|
---|
45 | Download (HTTP): <ulink url="&wget-download-http;"/>
|
---|
46 | </para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>
|
---|
50 | Download (FTP): <ulink url="&wget-download-ftp;"/>
|
---|
51 | </para>
|
---|
52 | </listitem>
|
---|
53 | <listitem>
|
---|
54 | <para>
|
---|
55 | Download MD5 sum: &wget-md5sum;
|
---|
56 | </para>
|
---|
57 | </listitem>
|
---|
58 | <listitem>
|
---|
59 | <para>
|
---|
60 | Download size: &wget-size;
|
---|
61 | </para>
|
---|
62 | </listitem>
|
---|
63 | <listitem>
|
---|
64 | <para>
|
---|
65 | Estimated disk space required: &wget-buildsize;
|
---|
66 | </para>
|
---|
67 | </listitem>
|
---|
68 | <listitem>
|
---|
69 | <para>
|
---|
70 | Estimated build time: &wget-time;
|
---|
71 | </para>
|
---|
72 | </listitem>
|
---|
73 | </itemizedlist>
|
---|
74 |
|
---|
75 | <bridgehead renderas="sect3">Wget Dependencies</bridgehead>
|
---|
76 |
|
---|
77 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
78 | <para role="recommended">
|
---|
79 | <xref linkend="gnutls"/>
|
---|
80 | </para>
|
---|
81 |
|
---|
82 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
83 | <para role="optional">
|
---|
84 | <xref linkend="libidn"/>,
|
---|
85 | <xref linkend="openssl"/>,
|
---|
86 | <xref linkend="pcre"/>;
|
---|
87 | <xref linkend="perl-lwp"/> with
|
---|
88 | <ulink url="http://search.cpan.org/~behroozi/IO-Socket-SSL/">IO::Socket::SSL</ulink>
|
---|
89 | (required for the test suite);
|
---|
90 | <xref linkend="valgrind"/> (optional for the test suite), and
|
---|
91 | <ulink url="https://github.com/rockdaboot/libpsl/">libpsl</ulink>
|
---|
92 | </para>
|
---|
93 |
|
---|
94 | <para condition="html" role="usernotes">
|
---|
95 | User Notes: <ulink url="&blfs-wiki;/wget"/>
|
---|
96 | </para>
|
---|
97 | </sect2>
|
---|
98 |
|
---|
99 | <sect2 role="installation">
|
---|
100 | <title>Installation of Wget</title>
|
---|
101 |
|
---|
102 | <para>
|
---|
103 | Install <application>Wget</application> by running the following commands:
|
---|
104 | </para>
|
---|
105 |
|
---|
106 | <screen><userinput>./configure --prefix=/usr \
|
---|
107 | --sysconfdir=/etc &&
|
---|
108 | make</userinput></screen>
|
---|
109 |
|
---|
110 | <para>
|
---|
111 | To test the results, issue: <command>make check</command>. The HTTPS
|
---|
112 | tests fail if <application>openssl</application> is used and
|
---|
113 | <application>valgrind</application> is enabled.
|
---|
114 | </para>
|
---|
115 |
|
---|
116 | <para>
|
---|
117 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
118 | </para>
|
---|
119 |
|
---|
120 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
121 | </sect2>
|
---|
122 |
|
---|
123 | <sect2 role="commands">
|
---|
124 | <title>Command Explanations</title>
|
---|
125 |
|
---|
126 | <para>
|
---|
127 | <parameter>--sysconfdir=/etc</parameter>: This relocates the configuration
|
---|
128 | file from <filename class="directory">/usr/etc</filename> to
|
---|
129 | <filename class="directory">/etc</filename>.
|
---|
130 | </para>
|
---|
131 |
|
---|
132 | <para>
|
---|
133 | <option>--with-ssl=openssl</option>: This allows the program to use
|
---|
134 | <xref linkend="openssl"/> instead of <xref linkend="gnutls"/>. The
|
---|
135 | combination wget-1.6.3—openssl-1.0.2a is known to be broken.
|
---|
136 | </para>
|
---|
137 |
|
---|
138 | <para>
|
---|
139 | <option>--enable-valgrind-tests</option>: This allows the tests to be
|
---|
140 | run under valgrind.
|
---|
141 | </para>
|
---|
142 |
|
---|
143 | </sect2>
|
---|
144 |
|
---|
145 | <sect2 role="configuration">
|
---|
146 | <title>Configuring Wget</title>
|
---|
147 |
|
---|
148 | <sect3 id="wget-config">
|
---|
149 | <title>Config Files</title>
|
---|
150 |
|
---|
151 | <para>
|
---|
152 | <filename>/etc/wgetrc</filename> and
|
---|
153 | <filename>~/.wgetrc</filename>
|
---|
154 | </para>
|
---|
155 |
|
---|
156 | <indexterm zone="wget wget-config">
|
---|
157 | <primary sortas="e-AA.wgetrc">~/.wgetrc</primary>
|
---|
158 | </indexterm>
|
---|
159 |
|
---|
160 | <indexterm zone="wget wget-config">
|
---|
161 | <primary sortas="e-etc-wgetrc">/etc/wgetrc</primary>
|
---|
162 | </indexterm>
|
---|
163 |
|
---|
164 | <para>
|
---|
165 | If you have installed the <xref linkend="cacerts"/> and you want
|
---|
166 | <application>Wget</application> to use them, as the
|
---|
167 | <systemitem class="username">root</systemitem> user:
|
---|
168 | </para>
|
---|
169 |
|
---|
170 | <screen role="root"><userinput>echo ca-directory=/etc/ssl/certs >> /etc/wgetrc</userinput></screen>
|
---|
171 |
|
---|
172 | </sect3>
|
---|
173 |
|
---|
174 | </sect2>
|
---|
175 |
|
---|
176 | <sect2 role="content">
|
---|
177 | <title>Contents</title>
|
---|
178 |
|
---|
179 | <segmentedlist>
|
---|
180 | <segtitle>Installed Program</segtitle>
|
---|
181 | <segtitle>Installed Libraries</segtitle>
|
---|
182 | <segtitle>Installed Directories</segtitle>
|
---|
183 |
|
---|
184 | <seglistitem>
|
---|
185 | <seg>
|
---|
186 | wget
|
---|
187 | </seg>
|
---|
188 | <seg>
|
---|
189 | None
|
---|
190 | </seg>
|
---|
191 | <seg>
|
---|
192 | None
|
---|
193 | </seg>
|
---|
194 | </seglistitem>
|
---|
195 | </segmentedlist>
|
---|
196 |
|
---|
197 | <variablelist>
|
---|
198 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
199 | <?dbfo list-presentation="list"?>
|
---|
200 | <?dbhtml list-presentation="table"?>
|
---|
201 |
|
---|
202 | <varlistentry id="wget-prog">
|
---|
203 | <term><command>wget</command></term>
|
---|
204 | <listitem>
|
---|
205 | <para>
|
---|
206 | retrieves files from the Web using the HTTP, HTTPS and FTP
|
---|
207 | protocols. It is designed to be non-interactive, for background or
|
---|
208 | unattended operations.
|
---|
209 | </para>
|
---|
210 | <indexterm zone="wget wget-prog">
|
---|
211 | <primary sortas="b-wget">wget</primary>
|
---|
212 | </indexterm>
|
---|
213 | </listitem>
|
---|
214 | </varlistentry>
|
---|
215 |
|
---|
216 | </variablelist>
|
---|
217 |
|
---|
218 | </sect2>
|
---|
219 |
|
---|
220 | </sect1>
|
---|