blob: d9a9c8149368216f24bb2a844db3f8cda0c08914 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<sect1 id="kde-utils">
<?dbhtml filename="kde-utils.html" dir="kde"?>
<title>Installation of KDE Utils</title>
<para><screen>Estimated build disk space: 23 MB
Estimated installed space: 6 MB
Package size: &kde-utils-size;
Estimated build time: 13 min (667 MHz)</screen></para>
<para>kdeutils depends on:
<screen><xref linkend="kde-base"/>.</screen></para>
<para>Install kdeutils with:
<screen><userinput>./configure --prefix=&kde-dir; --enable-objprelink \
--disable-debug --disable-dependency-tracking &&
make &&
make install</userinput></screen></para>
<sect2>
<title>Contents</title>
<para>The KDE Utils package provides the following:</para>
<itemizedlist>
<listitem><para>kcalc - Scientific Calculator</para></listitem>
<listitem><para>charselectapplet - Character Selector Applet</para></listitem>
<listitem><para>arc - Archiving Tool</para></listitem>
<listitem><para>kdepasswd - Change passwords</para></listitem>
<listitem><para>kdf - View disk usage</para></listitem>
<listitem><para>kedit - Text editor</para></listitem>
<listitem><para>kfloppy - Floppy formatter</para></listitem>
<listitem><para>khexeditor - Binary editor </para></listitem>
<listitem><para>kjots - Note taker</para></listitem>
<listitem><para>kljtool - HP Laserjet control panel</para></listitem>
<listitem><para>klpq - View print job queues</para></listitem>
<listitem><para>ktimer - Task scheduler</para></listitem>
</itemizedlist>
</sect2>
</sect1>
|