Files
master/chapter06/tar.html
2015-05-23 18:50:06 +08:00

205 lines
6.4 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content=
"application/xhtml+xml; charset=utf-8" />
<title>
6.67.&nbsp;Tar-1.28
</title>
<link rel="stylesheet" type="text/css" href="../stylesheets/lfs.css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1" />
<link rel="stylesheet" href="../stylesheets/lfs-print.css" type="text/css"
media="print" />
</head>
<body class="lfs" id="lfs-7.7-systemd">
<div class="navheader">
<h4>
Linux From Scratch - Version 7.7-systemd
</h4>
<h3>
Chapter&nbsp;6.&nbsp;Installing Basic System Software
</h3>
<ul>
<li class="prev">
<a accesskey="p" href="man-db.html" title="Man-DB-2.7.1">Prev</a>
<p>
Man-DB-2.7.1
</p>
</li>
<li class="next">
<a accesskey="n" href="texinfo.html" title="Texinfo-5.2">Next</a>
<p>
Texinfo-5.2
</p>
</li>
<li class="up">
<a accesskey="u" href="chapter06.html" title=
"Chapter&nbsp;6.&nbsp;Installing Basic System Software">Up</a>
</li>
<li class="home">
<a accesskey="h" href="../index.html" title=
"Linux From Scratch - Version 7.7-systemd">Home</a>
</li>
</ul>
</div>
<div class="wrap" lang="en" xml:lang="en">
<h1 class="sect1">
<a id="ch-system-tar" name="ch-system-tar"></a>6.67. Tar-1.28
</h1>
<div class="package" lang="en" xml:lang="en">
<p>
The Tar package contains an archiving program.
</p>
<div class="segmentedlist">
<div class="seglistitem">
<div class="seg">
<strong class="segtitle">Approximate build time:</strong>
<span class="segbody">2.3 SBU</span>
</div>
<div class="seg">
<strong class="segtitle">Required disk space:</strong>
<span class="segbody">46 MB</span>
</div>
</div>
</div>
</div>
<div class="installation" lang="en" xml:lang="en">
<h2 class="sect2">
6.67.1. Installation of Tar
</h2>
<p>
Prepare Tar for compilation:
</p>
<pre class="userinput">
<kbd class="command">FORCE_UNSAFE_CONFIGURE=1 \
./configure --prefix=/usr \
--bindir=/bin</kbd>
</pre>
<div class="variablelist">
<p class="title">
<strong>The meaning of the configure options:</strong>
</p>
<dl class="variablelist">
<dt>
<span class="term"><code class=
"envar">FORCE_UNSAFE_CONFIGURE=1</code></span>
</dt>
<dd>
<p>
This forces the test for <code class="function">mknod</code>
to be run as root. It is generally considered dangerous to
run this test as the root user, but as it is being run on a
system that has only been partially built, overriding it is
OK.
</p>
</dd>
</dl>
</div>
<p>
Compile the package:
</p>
<pre class="userinput">
<kbd class="command">make</kbd>
</pre>
<p>
To test the results (about 1 SBU), issue:
</p>
<pre class="userinput">
<kbd class="command">make check</kbd>
</pre>
<p>
Install the package:
</p>
<pre class="userinput">
<kbd class="command">make install
make -C doc install-html docdir=/usr/share/doc/tar-1.28</kbd>
</pre>
</div>
<div class="content" lang="en" xml:lang="en">
<h2 class="sect2">
<a id="contents-tar" name="contents-tar"></a>6.67.2. Contents of
Tar
</h2>
<div class="segmentedlist">
<div class="seglistitem">
<div class="seg">
<strong class="segtitle">Installed programs:</strong>
<span class="segbody">rmt and tar</span>
</div>
<div class="seg">
<strong class="segtitle">Installed directory:</strong>
<span class="segbody">/usr/share/doc/tar-1.28</span>
</div>
</div>
</div>
<div class="variablelist">
<h3>
Short Descriptions
</h3>
<table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top" />
<col />
</colgroup>
<tbody>
<tr>
<td>
<p>
<a id="rmt" name="rmt"></a><span class=
"term"><span class="command"><strong>rmt</strong></span></span>
</p>
</td>
<td>
<p>
Remotely manipulates a magnetic tape drive through an
interprocess communication connection
</p>
</td>
</tr>
<tr>
<td>
<p>
<a id="tar" name="tar"></a><span class=
"term"><span class="command"><strong>tar</strong></span></span>
</p>
</td>
<td>
<p>
Creates, extracts files from, and lists the contents of
archives, also known as tarballs
</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="navfooter">
<ul>
<li class="prev">
<a accesskey="p" href="man-db.html" title="Man-DB-2.7.1">Prev</a>
<p>
Man-DB-2.7.1
</p>
</li>
<li class="next">
<a accesskey="n" href="texinfo.html" title="Texinfo-5.2">Next</a>
<p>
Texinfo-5.2
</p>
</li>
<li class="up">
<a accesskey="u" href="chapter06.html" title=
"Chapter&nbsp;6.&nbsp;Installing Basic System Software">Up</a>
</li>
<li class="home">
<a accesskey="h" href="../index.html" title=
"Linux From Scratch - Version 7.7-systemd">Home</a>
</li>
</ul>
</div>
</body>
</html>