source: networking/netprogs/wget.xml

trunk
Last change on this file was 31ea2da, checked in by Douglas R. Reno <renodr@…>, 5 weeks ago

wget: the tests that once failed with Python 3.12 don't with 1.24.5.

  • Property mode set to 100644
File size: 6.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "&gnu-http;/wget/wget-&wget-version;.tar.gz">
9 <!ENTITY wget-download-ftp " ">
10 <!ENTITY wget-md5sum "271bf949384d0858c2c3d419f6311365">
11 <!ENTITY wget-size "4.9 MB">
12 <!ENTITY wget-buildsize "36 MB (add 27 MB for tests)">
13 <!ENTITY wget-time "0.3 SBU (add 0.3 SBU for tests)">
14]>
15
16<sect1 id="wget" xreflabel="Wget-&wget-version;">
17 <?dbhtml filename="wget.html"?>
18
19
20 <title>Wget-&wget-version;</title>
21
22 <indexterm zone="wget">
23 <primary sortas="a-Wget">Wget</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Wget</title>
28
29 <para>
30 The <application>Wget</application> package contains a utility useful for
31 non-interactive downloading of files from the Web.
32 </para>
33
34 &lfs121_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&wget-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&wget-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &wget-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &wget-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &wget-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &wget-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Wget Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Recommended</bridgehead>
73 <para role="recommended">
74 <xref linkend="libpsl"/>
75 </para>
76
77 <bridgehead renderas="sect4">Recommended at runtime</bridgehead>
78 <para role="recommended">
79 <xref role="runtime" linkend="make-ca"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="gnutls"/>,
85 <xref linkend="perl-http-daemon"/> (for the test suite),
86 <xref linkend="perl-io-socket-ssl"/> (for the test suite),
87 <xref linkend="libidn2"/>,
88 <xref linkend="pcre2"/>, and
89 <xref linkend="valgrind"/> (for the test suite)
90 </para>
91
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Wget</title>
96
97 <para>
98 Install <application>Wget</application> by running the following commands:
99 </para>
100
101<screen><userinput>./configure --prefix=/usr \
102 --sysconfdir=/etc \
103 --with-ssl=openssl &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 To test the results, issue: <command>make check</command>.
108 </para>
109
110 <!-- libwww-perl/HTTP-Daemon/#21
111 Removing, since IO::Socket//INET6 has been deprecated
112 and replaced with IO::Socket::IP, which fixes the
113 problem
114 <para>
115 HTTPS tests are known to fail if Perl module IO::Socket::INET6
116 is installed.
117 </para>
118-->
119 <para>
120 Some tests may fail when Valgrind tests are enabled.
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <para>
134 <parameter>--sysconfdir=/etc</parameter>: This relocates the configuration
135 file from <filename class="directory">/usr/etc</filename> to
136 <filename class="directory">/etc</filename>.
137 </para>
138
139 <para>
140 <parameter>--with-ssl=openssl</parameter>: This allows the program to use
141 openssl instead of <xref linkend="gnutls"/>.
142 </para>
143
144 <para>
145 <option>--enable-valgrind-tests</option>: This allows the tests to be
146 run under valgrind.
147 </para>
148
149 </sect2>
150
151 <sect2 role="configuration">
152 <title>Configuring Wget</title>
153
154 <sect3 id="wget-config">
155 <title>Config Files</title>
156
157 <para>
158 <filename>/etc/wgetrc</filename> and
159 <filename>~/.wgetrc</filename>
160 </para>
161
162 <indexterm zone="wget wget-config">
163 <primary sortas="e-AA.wgetrc">~/.wgetrc</primary>
164 </indexterm>
165
166 <indexterm zone="wget wget-config">
167 <primary sortas="e-etc-wgetrc">/etc/wgetrc</primary>
168 </indexterm>
169
170<!--
171 <para>
172 If you have installed <xref linkend="make-ca"/> and you want
173 <application>Wget</application> to use them, as the
174 <systemitem class="username">root</systemitem> user:
175 </para>
176
177<screen role="root"><userinput>echo ca-directory=/etc/ssl/certs >> /etc/wgetrc</userinput></screen>
178-->
179
180 </sect3>
181
182 </sect2>
183
184 <sect2 role="content">
185 <title>Contents</title>
186
187 <segmentedlist>
188 <segtitle>Installed Program</segtitle>
189 <segtitle>Installed Libraries</segtitle>
190 <segtitle>Installed Directories</segtitle>
191
192 <seglistitem>
193 <seg>
194 wget
195 </seg>
196 <seg>
197 None
198 </seg>
199 <seg>
200 None
201 </seg>
202 </seglistitem>
203 </segmentedlist>
204
205 <variablelist>
206 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
207 <?dbfo list-presentation="list"?>
208 <?dbhtml list-presentation="table"?>
209
210 <varlistentry id="wget-prog">
211 <term><command>wget</command></term>
212 <listitem>
213 <para>
214 retrieves files from the Web using the HTTP, HTTPS and FTP
215 protocols. It is designed to be non-interactive, for background or
216 unattended operations
217 </para>
218 <indexterm zone="wget wget-prog">
219 <primary sortas="b-wget">wget</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 </variablelist>
225
226 </sect2>
227
228</sect1>
Note: See TracBrowser for help on using the repository browser.