mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 20:42:34 +08:00
873faf2227
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8921 af4574ff-66df-0310-9fd7-8a98e5e911e0
157 lines
4.8 KiB
XML
157 lines
4.8 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY sharutils-download-http "http://ftp.gnu.org/gnu/sharutils/sharutils-&sharutils-version;.tar.bz2">
|
|
<!ENTITY sharutils-download-ftp "ftp://ftp.gnu.org/gnu/sharutils/sharutils-&sharutils-version;.tar.bz2">
|
|
<!ENTITY sharutils-md5sum "52dd02b6f5e0a148ba871234ae29bba2">
|
|
<!ENTITY sharutils-size "984 KB">
|
|
<!ENTITY sharutils-buildsize "10 MB">
|
|
<!ENTITY sharutils-time "0.3 SBU">
|
|
]>
|
|
|
|
<sect1 id="sharutils" xreflabel="sharutils-&sharutils-version;">
|
|
<?dbhtml filename="sharutils.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy: bdubbs $</othername>
|
|
<date>$Date: 2011-10-19 15:18:40 -0500 (Wed, 19 Oct 2011) $</date>
|
|
</sect1info>
|
|
|
|
<title>sharutils-&sharutils-version;</title>
|
|
|
|
<indexterm zone="sharutils">
|
|
<primary sortas="a-sharutils">sharutils</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to sharutils</title>
|
|
|
|
<para>The <application>sharutils</application> package contains
|
|
utilities that can create 'shell' archives.</para>
|
|
|
|
&lfs70_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&sharutils-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&sharutils-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &sharutils-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &sharutils-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &sharutils-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &sharutils-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/sharutils"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of sharutils</title>
|
|
|
|
<para>Install <application>sharutils</application> by running the following commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>To test <application>sharutils</application>, run
|
|
<userinput>make check</userinput>.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<!--
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
</sect2>-->
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>shar, unshar, uudecode, and uuencode</seg>
|
|
<seg>None</seg>
|
|
<seg>None</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="shar">
|
|
<term><command>shar</command></term>
|
|
<listitem>
|
|
<para>creates "shell archives" (or shar files) which are in
|
|
text format and can be mailed.</para>
|
|
<indexterm zone="sharutils shar">
|
|
<primary sortas="b-shar">shar</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="unshar">
|
|
<term><command>unshar</command></term>
|
|
<listitem>
|
|
<para>unpacks a shar file.</para>
|
|
<indexterm zone="sharutils unshar">
|
|
<primary sortas="b-unshar">unshar</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="uudecode">
|
|
<term><command>uudecode</command></term>
|
|
<listitem>
|
|
<para>reads a file (or by default the standard input) and writes an encoded
|
|
version to the standard output. The encoding uses only printing
|
|
ASCII characters.</para>
|
|
<indexterm zone="sharutils uudecode">
|
|
<primary sortas="b-uudecode">uudecode</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="uuencode">
|
|
<term><command>uuencode</command></term>
|
|
<listitem>
|
|
<para>reads a file (or by default the standard input) and decodes
|
|
the uuencoded version to the standard output.</para>
|
|
<indexterm zone="sharutils uuencode">
|
|
<primary sortas="b-uuencode">uuencode</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|