source: networking/netprogs/wget.xml@ 2b4ea67

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 2b4ea67 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 6.1 KB
RevLine 
[d47e7ea9]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[d47e7ea9]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[78865d9]7 <!ENTITY wget-download-http
[828b199]8 "&gnu-http;/wget/wget-&wget-version;.tar.gz">
[78865d9]9 <!ENTITY wget-download-ftp
[828b199]10 "&gnu-ftp;/wget/wget-&wget-version;.tar.gz">
[c57cae3]11 <!ENTITY wget-md5sum "e89496b15f8bf039d723926fae4d91f5">
[88523c51]12 <!ENTITY wget-size "4.8 MB">
[c57cae3]13 <!ENTITY wget-buildsize "40 MB (add 26 MB for tests)">
14 <!ENTITY wget-time "0.3 SBU (add 0.2 SBU for tests)">
[d47e7ea9]15]>
[def11b7]16
[19234f1]17<sect1 id="wget" xreflabel="Wget-&wget-version;">
[db0eb6a]18 <?dbhtml filename="wget.html"?>
[bab92281]19
20
[db0eb6a]21 <title>Wget-&wget-version;</title>
[bab92281]22
[db0eb6a]23 <indexterm zone="wget">
24 <primary sortas="a-Wget">Wget</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to Wget</title>
[bab92281]29
[78865d9]30 <para>
31 The <application>Wget</application> package contains a utility useful for
32 non-interactive downloading of files from the Web.
33 </para>
[bab92281]34
[ecc2386]35 &lfs112_checked;
[1c65bfd]36
[db0eb6a]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
[78865d9]40 <para>
41 Download (HTTP): <ulink url="&wget-download-http;"/>
42 </para>
[db0eb6a]43 </listitem>
44 <listitem>
[78865d9]45 <para>
46 Download (FTP): <ulink url="&wget-download-ftp;"/>
47 </para>
[db0eb6a]48 </listitem>
49 <listitem>
[78865d9]50 <para>
51 Download MD5 sum: &wget-md5sum;
52 </para>
[db0eb6a]53 </listitem>
54 <listitem>
[78865d9]55 <para>
56 Download size: &wget-size;
57 </para>
[db0eb6a]58 </listitem>
59 <listitem>
[78865d9]60 <para>
61 Estimated disk space required: &wget-buildsize;
62 </para>
[db0eb6a]63 </listitem>
64 <listitem>
[78865d9]65 <para>
66 Estimated build time: &wget-time;
67 </para>
[2174baa]68 </listitem>
[db0eb6a]69 </itemizedlist>
[bab92281]70
[db0eb6a]71 <bridgehead renderas="sect3">Wget Dependencies</bridgehead>
[bab92281]72
[61562907]73 <bridgehead renderas="sect4">Recommended</bridgehead>
74 <para role="recommended">
[2198a32]75 <xref role="runtime" linkend="make-ca"/> (runtime)
[61562907]76 </para>
77
[db0eb6a]78 <bridgehead renderas="sect4">Optional</bridgehead>
[78865d9]79 <para role="optional">
[87c38e8]80 <xref linkend="gnutls"/>,
[4392a40]81 <xref linkend="perl-http-daemon"/> (for the test suite),
82 <xref linkend="perl-io-socket-ssl"/> (for the test suite),
[2bfc338]83 <xref linkend="libidn2"/>,
[1ad3510e]84 <xref linkend="libpsl"/>,
[8381f5e]85 <xref linkend="pcre"/> or <xref linkend="pcre2"/>, and
[1ad3510e]86 <xref linkend="valgrind"/> (for the test suite)
[78865d9]87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/wget"/>
91 </para>
[db0eb6a]92 </sect2>
[bab92281]93
[db0eb6a]94 <sect2 role="installation">
95 <title>Installation of Wget</title>
96
[78865d9]97 <para>
98 Install <application>Wget</application> by running the following commands:
99 </para>
[db0eb6a]100
[987fe4db]101<screen><userinput>./configure --prefix=/usr \
[87c38e8]102 --sysconfdir=/etc \
103 --with-ssl=openssl &amp;&amp;
[db0eb6a]104make</userinput></screen>
105
[78865d9]106 <para>
[658b42d8]107 To test the results, issue: <command>make check</command>.
[78865d9]108 </para>
[bab92281]109
[c57cae3]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
[b51fe6e]114 <para>
115 HTTPS tests are known to fail if Perl module IO::Socket::INET6
116 is installed.
117 </para>
[c57cae3]118-->
119 <para>
120 Some tests may fail when Valgrind tests are enabled.
121 </para>
[8381f5e]122
[78865d9]123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
[bab92281]126
[db0eb6a]127<screen role="root"><userinput>make install</userinput></screen>
128 </sect2>
[bab92281]129
[db0eb6a]130 <sect2 role="commands">
131 <title>Command Explanations</title>
[bab92281]132
[78865d9]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>
[87c38e8]140 <parameter>--with-ssl=openssl</parameter>: This allows the program to use
[94b42903]141 openssl instead of <xref linkend="gnutls"/>.
[78865d9]142 </para>
[61562907]143
[4e74dd7]144 <para>
145 <option>--enable-valgrind-tests</option>: This allows the tests to be
[2c38e951]146 run under valgrind.
[4e74dd7]147 </para>
148
[db0eb6a]149 </sect2>
[bab92281]150
[db0eb6a]151 <sect2 role="configuration">
152 <title>Configuring Wget</title>
153
154 <sect3 id="wget-config">
155 <title>Config Files</title>
[bab92281]156
[78865d9]157 <para>
158 <filename>/etc/wgetrc</filename> and
159 <filename>~/.wgetrc</filename>
160 </para>
[bab92281]161
[db0eb6a]162 <indexterm zone="wget wget-config">
163 <primary sortas="e-AA.wgetrc">~/.wgetrc</primary>
164 </indexterm>
[bab92281]165
[db0eb6a]166 <indexterm zone="wget wget-config">
167 <primary sortas="e-etc-wgetrc">/etc/wgetrc</primary>
168 </indexterm>
[bab92281]169
[6713ada]170<!--
[78865d9]171 <para>
[2198a32]172 If you have installed <xref linkend="make-ca"/> and you want
[78865d9]173 <application>Wget</application> to use them, as the
174 <systemitem class="username">root</systemitem> user:
175 </para>
[bab92281]176
[817374e]177<screen role="root"><userinput>echo ca-directory=/etc/ssl/certs >> /etc/wgetrc</userinput></screen>
[6713ada]178-->
[61562907]179
[db0eb6a]180 </sect3>
[61562907]181
[db0eb6a]182 </sect2>
[bab92281]183
[db0eb6a]184 <sect2 role="content">
185 <title>Contents</title>
186
187 <segmentedlist>
188 <segtitle>Installed Program</segtitle>
[c3c56b2]189 <segtitle>Installed Libraries</segtitle>
190 <segtitle>Installed Directories</segtitle>
[bab92281]191
[db0eb6a]192 <seglistitem>
[c3c56b2]193 <seg>
194 wget
195 </seg>
196 <seg>
197 None
198 </seg>
199 <seg>
200 None
201 </seg>
[db0eb6a]202 </seglistitem>
203 </segmentedlist>
[bab92281]204
[db0eb6a]205 <variablelist>
206 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
207 <?dbfo list-presentation="list"?>
208 <?dbhtml list-presentation="table"?>
[bab92281]209
[db0eb6a]210 <varlistentry id="wget-prog">
211 <term><command>wget</command></term>
212 <listitem>
[78865d9]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
[4c24eb0a]216 unattended operations
[78865d9]217 </para>
[db0eb6a]218 <indexterm zone="wget wget-prog">
219 <primary sortas="b-wget">wget</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
[61562907]223
[db0eb6a]224 </variablelist>
[61562907]225
[db0eb6a]226 </sect2>
[61562907]227
[f45b1953]228</sect1>
Note: See TracBrowser for help on using the repository browser.