source: networking/netprogs/wget.xml@ 828b199

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 828b199 was 828b199, checked in by Ken Moffat <ken@…>, 6 years ago

wget-1.19.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19423 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.1 KB
Line 
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 "&gnu-http;/wget/wget-&wget-version;.tar.gz">
9 <!ENTITY wget-download-ftp
10 "&gnu-ftp;/wget/wget-&wget-version;.tar.gz">
11 <!ENTITY wget-md5sum "caabf9727fa429626316619a6369fffa">
12 <!ENTITY wget-size "4.2 MB">
13 <!ENTITY wget-buildsize "33 MB (add 4 MB for tests)">
14 <!ENTITY wget-time "0.3 SBU (add 0.2 SBU for 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 &lfs81_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 role="runtime" linkend="cacerts"/> (runtime),
80 <xref linkend="openssl"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="gnutls"/>,
86 <xref linkend="gpgme"/>,
87 <xref linkend="libidn"/>,
88 <xref linkend="pcre"/>,
89 <xref linkend="valgrind"/> (optional for the test suite),
90 <ulink url="http://search.cpan.org/~behroozi/IO-Socket-SSL/">IO::Socket::SSL</ulink>,
91 <ulink url="http://search.cpan.org/~gaas/HTTP-Daemon/">HTTP::Daemon</ulink>
92 (both required for the test suite), and
93 <ulink url="https://github.com/rockdaboot/libpsl/">libpsl</ulink>
94 </para>
95
96 <para condition="html" role="usernotes">
97 User Notes: <ulink url="&blfs-wiki;/wget"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Wget</title>
103
104 <para>
105 Install <application>Wget</application> by running the following commands:
106 </para>
107
108<screen><userinput>./configure --prefix=/usr \
109 --sysconfdir=/etc \
110 --with-ssl=openssl &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 To test the results, issue: <command>make check</command>. Almost all the
115 check-TESTS tests fail if <application>valgrind</application> is enabled
116 (the unit tests all pass).
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <para>
130 <parameter>--sysconfdir=/etc</parameter>: This relocates the configuration
131 file from <filename class="directory">/usr/etc</filename> to
132 <filename class="directory">/etc</filename>.
133 </para>
134
135 <para>
136 <parameter>--with-ssl=openssl</parameter>: This allows the program to use
137 <xref linkend="openssl"/> instead of <xref linkend="gnutls"/>.
138 </para>
139
140 <para>
141 <option>--enable-valgrind-tests</option>: This allows the tests to be
142 run under valgrind.
143 </para>
144
145 </sect2>
146
147 <sect2 role="configuration">
148 <title>Configuring Wget</title>
149
150 <sect3 id="wget-config">
151 <title>Config Files</title>
152
153 <para>
154 <filename>/etc/wgetrc</filename> and
155 <filename>~/.wgetrc</filename>
156 </para>
157
158 <indexterm zone="wget wget-config">
159 <primary sortas="e-AA.wgetrc">~/.wgetrc</primary>
160 </indexterm>
161
162 <indexterm zone="wget wget-config">
163 <primary sortas="e-etc-wgetrc">/etc/wgetrc</primary>
164 </indexterm>
165
166<!--
167 <para>
168 If you have installed the <xref linkend="cacerts"/> and you want
169 <application>Wget</application> to use them, as the
170 <systemitem class="username">root</systemitem> user:
171 </para>
172
173<screen role="root"><userinput>echo ca-directory=/etc/ssl/certs >> /etc/wgetrc</userinput></screen>
174-->
175
176 </sect3>
177
178 </sect2>
179
180 <sect2 role="content">
181 <title>Contents</title>
182
183 <segmentedlist>
184 <segtitle>Installed Program</segtitle>
185 <segtitle>Installed Libraries</segtitle>
186 <segtitle>Installed Directories</segtitle>
187
188 <seglistitem>
189 <seg>
190 wget
191 </seg>
192 <seg>
193 None
194 </seg>
195 <seg>
196 None
197 </seg>
198 </seglistitem>
199 </segmentedlist>
200
201 <variablelist>
202 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
203 <?dbfo list-presentation="list"?>
204 <?dbhtml list-presentation="table"?>
205
206 <varlistentry id="wget-prog">
207 <term><command>wget</command></term>
208 <listitem>
209 <para>
210 retrieves files from the Web using the HTTP, HTTPS and FTP
211 protocols. It is designed to be non-interactive, for background or
212 unattended operations.
213 </para>
214 <indexterm zone="wget wget-prog">
215 <primary sortas="b-wget">wget</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 </variablelist>
221
222 </sect2>
223
224</sect1>
Note: See TracBrowser for help on using the repository browser.