2004-06-13 16:05:17 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-13 16:05:17 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2005-05-08 04:02:20 +08:00
|
|
|
<!ENTITY kdeutils-download-http "&kde-download-http;/kdeutils-&kde-version;.tar.bz2">
|
|
|
|
<!ENTITY kdeutils-download-ftp "&kde-download-ftp;/kdeutils-&kde-version;.tar.bz2">
|
2005-08-30 01:16:45 +08:00
|
|
|
<!ENTITY kdeutils-md5sum "62500e5ee043937592ebc6ad91dd670d">
|
2005-05-08 04:02:20 +08:00
|
|
|
<!ENTITY kdeutils-size "2.2 MB">
|
2005-08-30 01:16:45 +08:00
|
|
|
<!ENTITY kdeutils-buildsize "43 MB">
|
|
|
|
<!ENTITY kdeutils-time "5.1 SBU">
|
2004-06-13 16:05:17 +08:00
|
|
|
]>
|
|
|
|
|
2005-04-29 15:08:25 +08:00
|
|
|
<sect1 id="kdeutils" xreflabel="kdeutils-&kde-version;">
|
|
|
|
<?dbhtml filename="kdeutils.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
2005-05-08 04:02:20 +08:00
|
|
|
<title>Kdeutils-&kde-version;</title>
|
2005-04-29 15:08:25 +08:00
|
|
|
|
|
|
|
<indexterm zone="kdeutils">
|
|
|
|
<primary sortas="a-kdeutils">Kdeutils</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
2005-05-08 04:02:20 +08:00
|
|
|
<title>Introduction to Kdeutils</title>
|
2005-04-29 15:08:25 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&kdeutils-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&kdeutils-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &kdeutils-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &kdeutils-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &kdeutils-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &kdeutils-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
2005-05-08 04:02:20 +08:00
|
|
|
<bridgehead renderas="sect3">Kdeutils Dependencies</bridgehead>
|
2005-04-29 15:08:25 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para><xref linkend="kdebase"/></para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
2005-05-31 05:46:44 +08:00
|
|
|
<para><xref linkend="libjpeg"/> and
|
2005-05-08 04:02:20 +08:00
|
|
|
<xref linkend="libxml2"/></para>
|
2005-04-29 15:08:25 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2005-05-31 05:46:44 +08:00
|
|
|
<para><ulink url="http://www.net-snmp.org/">Net-SNMP</ulink> and
|
2005-05-08 04:02:20 +08:00
|
|
|
<ulink url="http://tpctl.sourceforge.net/">tpctl</ulink></para>
|
2005-04-29 15:08:25 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation" >
|
2005-05-08 04:02:20 +08:00
|
|
|
<title>Installation of Kdeutils</title>
|
2005-04-29 15:08:25 +08:00
|
|
|
|
|
|
|
<para>Install <application>kdeutils</application> with:</para>
|
2005-05-08 04:02:20 +08:00
|
|
|
|
2005-04-29 15:08:25 +08:00
|
|
|
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
|
2004-06-13 16:05:17 +08:00
|
|
|
--disable-dependency-tracking &&
|
2005-04-29 15:08:25 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
2005-05-31 00:18:15 +08:00
|
|
|
|
2005-04-29 15:08:25 +08:00
|
|
|
<seglistitem>
|
2005-05-31 05:46:44 +08:00
|
|
|
<seg>ark, irkick, kcalc, kcharselect, kcmlirc, kdepasswd, kdf, kedit, kfloppy,
|
2005-05-08 04:02:20 +08:00
|
|
|
kgpg, khexedit, kjots, ksim, kregexpeditor, ktimer, and kwallet</seg>
|
2005-07-28 10:56:04 +08:00
|
|
|
<seg>Several kdeutils specific libraries</seg>
|
|
|
|
<seg>Several subdirectories in $KDE_PREFIX/share</seg>
|
2005-04-29 15:08:25 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="ark">
|
|
|
|
<term><command>ark</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is an archiving tool.</para>
|
|
|
|
<indexterm zone="kdeutils ark">
|
|
|
|
<primary sortas="b-ark">ark</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="irkick">
|
|
|
|
<term><command>irkick</command></term>
|
|
|
|
<listitem>
|
2005-05-31 05:46:44 +08:00
|
|
|
<para>is the infrastructure for <application>KDE</application>'s Infrared
|
|
|
|
Remote Control functionality; <command>irkick</command> is the server
|
2005-05-08 04:02:20 +08:00
|
|
|
component of that infrastructure.</para>
|
2005-04-29 15:08:25 +08:00
|
|
|
<indexterm zone="kdeutils irkick">
|
|
|
|
<primary sortas="b-irkick">irkick</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="kcalc">
|
|
|
|
<term><command>kcalc</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a scientific calculator.</para>
|
|
|
|
<indexterm zone="kdeutils kcalc">
|
|
|
|
<primary sortas="b-kcalc">kcalc</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="kcharselect">
|
|
|
|
<term><command>kcharselect</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a character selector applet.</para>
|
|
|
|
<indexterm zone="kdeutils kcharselect">
|
|
|
|
<primary sortas="b-kcharselect">kcharselect</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="kdepasswd">
|
|
|
|
<term><command>kdepasswd</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para> is a password managing utility.</para>
|
|
|
|
<indexterm zone="kdeutils kdepasswd">
|
|
|
|
<primary sortas="b-kdepasswd">kdepasswd</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="kdf">
|
|
|
|
<term><command>kdf</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a disk usage viewer.</para>
|
|
|
|
<indexterm zone="kdeutils kdf">
|
|
|
|
<primary sortas="b-kdf">kdf</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="kedit">
|
|
|
|
<term><command>kedit</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a text editor.</para>
|
|
|
|
<indexterm zone="kdeutils kedit">
|
|
|
|
<primary sortas="b-kedit">kedit</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="kfloppy">
|
|
|
|
<term><command>kfloppy</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a floppy formatter.</para>
|
|
|
|
<indexterm zone="kdeutils kfloppy">
|
|
|
|
<primary sortas="b-kfloppy">kfloppy</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="kgpg">
|
|
|
|
<term><command>kgpg</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>a simple graphical interface for <xref linkend="gnupg"/>.</para>
|
|
|
|
<indexterm zone="kdeutils kgpg">
|
|
|
|
<primary sortas="b-kgpg">kgpg</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="khexedit">
|
|
|
|
<term><command>khexedit</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a binary editor.</para>
|
|
|
|
<indexterm zone="kdeutils khexedit">
|
|
|
|
<primary sortas="b-khexedit">khexedit</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="kjots">
|
|
|
|
<term><command>kjots</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a note taker.</para>
|
|
|
|
<indexterm zone="kdeutils kjots">
|
|
|
|
<primary sortas="b-kjots">kjots</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="kregexpeditor">
|
|
|
|
<term><command>kregexpeditor</command></term>
|
|
|
|
<listitem>
|
2005-05-31 05:46:44 +08:00
|
|
|
<para>is an editor for editing regular expressions in a
|
2005-04-29 15:08:25 +08:00
|
|
|
graphical style (in contrast to the ASCII syntax).</para>
|
|
|
|
<indexterm zone="kdeutils kregexpeditor">
|
|
|
|
<primary sortas="b-kregexpeditor">kregexpeditor</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="ktimer">
|
|
|
|
<term><command>ktimer</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a task scheduler.</para>
|
|
|
|
<indexterm zone="kdeutils ktimer">
|
|
|
|
<primary sortas="b-ktimer">ktimer</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2005-05-31 00:18:15 +08:00
|
|
|
</variablelist>
|
|
|
|
|
2005-04-29 15:08:25 +08:00
|
|
|
</sect2>
|
2005-05-31 00:18:15 +08:00
|
|
|
|
2004-05-20 22:41:01 +08:00
|
|
|
</sect1>
|