mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
f45b195302
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0
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>
|
|
|