mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
b614eb096e
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1356 af4574ff-66df-0310-9fd7-8a98e5e911e0
26 lines
942 B
XML
26 lines
942 B
XML
<sect2>
|
|
<title>Introduction to <application><acronym>GDBM</acronym></application></title>
|
|
|
|
<para>The <application><acronym>GDBM</acronym></application> package
|
|
contains the <acronym>GNU</acronym> Database Manager. This
|
|
is a disk file format database which stores key/data-pairs in single
|
|
files. The actual data of any record being stored is indexed by a unique
|
|
key, which can be retrieved in less time than if it was stored in a text
|
|
file.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink
|
|
url="&gdbm-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink
|
|
url="&gdbm-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download size: &gdbm-size;</para></listitem>
|
|
<listitem><para>Estimated Disk space required:
|
|
&gdbm-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&gdbm-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
|
|
</sect2>
|