mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 19:57:18 +08:00
42 lines
1.3 KiB
XML
42 lines
1.3 KiB
XML
|
<sect1 id="kde-admin">
|
||
|
<?dbhtml filename="kde-admin.html" dir="kde"?>
|
||
|
<title>Installation of KDE Admin</title>
|
||
|
|
||
|
<para><screen>Estimated build disk space: 18 MB
|
||
|
Estimated installed space: 4 MB
|
||
|
Package size: &kde-admin-size;
|
||
|
Estimated build time: 10 min (667 MHz)</screen></para>
|
||
|
|
||
|
<para>kdeadmin depends on:
|
||
|
<screen><xref linkend="kde-base"/>.
|
||
|
The kpackage program can use <filename>rpm</filename>.
|
||
|
kuser can use <filename>shadow</filename> and <filename>pam</filename>.</screen></para>
|
||
|
|
||
|
<para>Install kdeadmin with:
|
||
|
<screen><userinput>./configure --prefix=&kde-dir; --enable-objprelink \
|
||
|
--disable-debug --disable-dependency-tracking --with-shadow &&
|
||
|
make &&
|
||
|
make install</userinput></screen></para>
|
||
|
|
||
|
<sect2>
|
||
|
<title>kdeadmin Installation Commmand explanations</title>
|
||
|
|
||
|
<para><userinput>--with-shadow:</userinput> This option allows use of
|
||
|
shadow passwords.</para>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
<sect2>
|
||
|
<title>Contents</title>
|
||
|
<para>The KDE Admin package provides:</para>
|
||
|
<itemizedlist>
|
||
|
<listitem><para>kpackage - A package manager</para></listitem>
|
||
|
<listitem><para>kcron - A task scheduler</para></listitem>
|
||
|
<listitem><para>kuser - Graphical user manager</para></listitem>
|
||
|
<listitem><para>kwuftpd - FTPD editor</para></listitem>
|
||
|
<listitem><para>ksysv - Sys V-Init Editor</para></listitem>
|
||
|
</itemizedlist>
|
||
|
</sect2>
|
||
|
</sect1>
|
||
|
|