source: networking/netprogs/wget.xml@ da3947ef

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.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 nosym 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 da3947ef was da3947ef, checked in by Douglas R. Reno <renodr@…>, 9 years ago

More GCC5 Tags

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

  • Property mode set to 100644
File size: 6.0 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
[61562907]8 "http://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.xz">
[78865d9]9 <!ENTITY wget-download-ftp
[61562907]10 "ftp://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.xz">
[2c38e951]11 <!ENTITY wget-md5sum "d2e4455781a70140ae83b54ca594ce21">
[987fe4db]12 <!ENTITY wget-size "1.7 MB">
[2c38e951]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)">
[d47e7ea9]15]>
[def11b7]16
[19234f1]17<sect1 id="wget" xreflabel="Wget-&wget-version;">
[db0eb6a]18 <?dbhtml filename="wget.html"?>
[bab92281]19
[db0eb6a]20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
[bab92281]24
[db0eb6a]25 <title>Wget-&wget-version;</title>
[bab92281]26
[db0eb6a]27 <indexterm zone="wget">
28 <primary sortas="a-Wget">Wget</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Wget</title>
[bab92281]33
[78865d9]34 <para>
35 The <application>Wget</application> package contains a utility useful for
36 non-interactive downloading of files from the Web.
37 </para>
[bab92281]38
[da3947ef]39 &lfs77_checked; &gcc5_checked;
[1c65bfd]40
[db0eb6a]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[78865d9]44 <para>
45 Download (HTTP): <ulink url="&wget-download-http;"/>
46 </para>
[db0eb6a]47 </listitem>
48 <listitem>
[78865d9]49 <para>
50 Download (FTP): <ulink url="&wget-download-ftp;"/>
51 </para>
[db0eb6a]52 </listitem>
53 <listitem>
[78865d9]54 <para>
55 Download MD5 sum: &wget-md5sum;
56 </para>
[db0eb6a]57 </listitem>
58 <listitem>
[78865d9]59 <para>
60 Download size: &wget-size;
61 </para>
[db0eb6a]62 </listitem>
63 <listitem>
[78865d9]64 <para>
65 Estimated disk space required: &wget-buildsize;
66 </para>
[db0eb6a]67 </listitem>
68 <listitem>
[78865d9]69 <para>
70 Estimated build time: &wget-time;
71 </para>
[2174baa]72 </listitem>
[db0eb6a]73 </itemizedlist>
[bab92281]74
[db0eb6a]75 <bridgehead renderas="sect3">Wget Dependencies</bridgehead>
[bab92281]76
[61562907]77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended">
[2c38e951]79 <xref linkend="gnutls"/>
[61562907]80 </para>
81
[db0eb6a]82 <bridgehead renderas="sect4">Optional</bridgehead>
[78865d9]83 <para role="optional">
84 <xref linkend="libidn"/>,
[2c38e951]85 <xref linkend="openssl"/>,
[8461a06]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);
[2c38e951]90 <xref linkend="valgrind"/> (optional for the test suite), and
[11dadc69]91 <ulink url="https://github.com/rockdaboot/libpsl/">libpsl</ulink>
[78865d9]92 </para>
93
94 <para condition="html" role="usernotes">
95 User Notes: <ulink url="&blfs-wiki;/wget"/>
96 </para>
[db0eb6a]97 </sect2>
[bab92281]98
[db0eb6a]99 <sect2 role="installation">
100 <title>Installation of Wget</title>
101
[78865d9]102 <para>
103 Install <application>Wget</application> by running the following commands:
104 </para>
[db0eb6a]105
[987fe4db]106<screen><userinput>./configure --prefix=/usr \
[78865d9]107 --sysconfdir=/etc \
[ce4cc4c]108 --with-ssl=openssl &amp;&amp;
[db0eb6a]109make</userinput></screen>
110
[78865d9]111 <para>
[2c38e951]112 To test the results, issue: <command>make check</command>. The HTTPS
113 tests fail if <application>openssl</application> is used and
114 <application>valgrind</application> is enabled.
[78865d9]115 </para>
[bab92281]116
[78865d9]117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
[bab92281]120
[db0eb6a]121<screen role="root"><userinput>make install</userinput></screen>
122 </sect2>
[bab92281]123
[db0eb6a]124 <sect2 role="commands">
125 <title>Command Explanations</title>
[bab92281]126
[78865d9]127 <para>
128 <parameter>--sysconfdir=/etc</parameter>: This relocates the configuration
129 file from <filename class="directory">/usr/etc</filename> to
130 <filename class="directory">/etc</filename>.
131 </para>
132
133 <para>
[2c38e951]134 <option>--with-ssl=openssl</option>: This allows the program to use
135 <xref linkend="openssl"/> instead of <xref linkend="gnutls"/>.
[78865d9]136 </para>
[61562907]137
[4e74dd7]138 <para>
139 <option>--enable-valgrind-tests</option>: This allows the tests to be
[2c38e951]140 run under valgrind.
[4e74dd7]141 </para>
142
[db0eb6a]143 </sect2>
[bab92281]144
[db0eb6a]145 <sect2 role="configuration">
146 <title>Configuring Wget</title>
147
148 <sect3 id="wget-config">
149 <title>Config Files</title>
[bab92281]150
[78865d9]151 <para>
152 <filename>/etc/wgetrc</filename> and
153 <filename>~/.wgetrc</filename>
154 </para>
[bab92281]155
[db0eb6a]156 <indexterm zone="wget wget-config">
157 <primary sortas="e-AA.wgetrc">~/.wgetrc</primary>
158 </indexterm>
[bab92281]159
[db0eb6a]160 <indexterm zone="wget wget-config">
161 <primary sortas="e-etc-wgetrc">/etc/wgetrc</primary>
162 </indexterm>
[bab92281]163
[78865d9]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>
[bab92281]169
[78865d9]170<screen role="root"><userinput>echo ca-directory=/etc/ssl/certs >> /etc/wgetrc</userinput></screen>
[61562907]171
[db0eb6a]172 </sect3>
[61562907]173
[db0eb6a]174 </sect2>
[bab92281]175
[db0eb6a]176 <sect2 role="content">
177 <title>Contents</title>
178
179 <segmentedlist>
180 <segtitle>Installed Program</segtitle>
[c3c56b2]181 <segtitle>Installed Libraries</segtitle>
182 <segtitle>Installed Directories</segtitle>
[bab92281]183
[db0eb6a]184 <seglistitem>
[c3c56b2]185 <seg>
186 wget
187 </seg>
188 <seg>
189 None
190 </seg>
191 <seg>
192 None
193 </seg>
[db0eb6a]194 </seglistitem>
195 </segmentedlist>
[bab92281]196
[db0eb6a]197 <variablelist>
198 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
199 <?dbfo list-presentation="list"?>
200 <?dbhtml list-presentation="table"?>
[bab92281]201
[db0eb6a]202 <varlistentry id="wget-prog">
203 <term><command>wget</command></term>
204 <listitem>
[78865d9]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>
[db0eb6a]210 <indexterm zone="wget wget-prog">
211 <primary sortas="b-wget">wget</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
[61562907]215
[db0eb6a]216 </variablelist>
[61562907]217
[db0eb6a]218 </sect2>
[61562907]219
[f45b1953]220</sect1>
Note: See TracBrowser for help on using the repository browser.