source: kde/add/kdeadmin.xml@ 87efe37

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 87efe37 was 87efe37, checked in by Randy McMurchy <randy@…>, 20 years ago

Minor modifications to kdeadmin and kdepim

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2609 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY kdeadmin-download-http "&kde-download-http;/kdeadmin-&kde-version;.tar.bz2">
8<!ENTITY kdeadmin-download-ftp "&kde-download-ftp;/kdeadmin-&kde-version;.tar.bz2">
9<!ENTITY kdeadmin-size "1.6 MB">
10<!ENTITY kdeadmin-buildsize "22 MB">
11<!ENTITY kdeadmin-time "2.33 SBU">
12]>
13
14<sect1 id="kdeadmin">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="kdeadmin.html"?>
20<title>kdeadmin-&kde-version;</title>
21
22<sect2>
23<title>Introduction to <application>kdeadmin</application></title>
24
25<sect3><title>Package information</title>
26<itemizedlist spacing='compact'>
27<listitem><para>Download (HTTP): <ulink
28url="&kdeadmin-download-http;"/></para></listitem>
29<listitem><para>Download (FTP): <ulink
30url="&kdeadmin-download-ftp;"/></para></listitem>
31<listitem><para>Download size: &kdeadmin-size;</para></listitem>
32<listitem><para>Estimated Disk space required:
33&kdeadmin-buildsize;</para></listitem>
34<listitem><para>Estimated build time:
35&kdeadmin-time;</para></listitem></itemizedlist>
36</sect3>
37
38<sect3><title><application>kdeadmin</application> dependencies</title>
39<sect4><title>Required</title>
40<para><xref linkend="kdebase"/>
41</para></sect4>
42<sect4><title>Optional</title>
43<para>
44<xref linkend="libjpeg"/>,
45<xref linkend="libxml2"/> and
46<xref linkend="Linux_PAM"/>
47</para></sect4>
48</sect3>
49
50</sect2>
51
52<sect2>
53<title>Installation of <application>kdeadmin</application></title>
54
55<para>Install <application>kdeadmin</application> with:</para>
56<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
57 --disable-dependency-tracking &amp;&amp;
58make &amp;&amp;
59make install</command></userinput></screen>
60
61</sect2>
62
63<sect2>
64<title>Contents</title>
65
66<para>Major programs in <application>kdeadmin</application> include
67<command>kcron</command>,
68<command>kdat</command>,
69<command>kpackage</command>,
70<command>ksysv</command> and
71<command>kuser</command>.
72</para>
73
74</sect2>
75
76<sect2><title>Description</title>
77
78<sect3><title>kcron</title>
79<para><command>kcron</command> is a task scheduler.</para></sect3>
80
81<sect3><title>kdat</title>
82<para><command>kdat</command> is a tar-based tape
83archiver.</para></sect3>
84
85<sect3><title>kpackage</title>
86<para><command>kpackage</command> is a package manager.</para></sect3>
87
88<sect3><title>ksysv</title>
89<para><command>ksysv</command> is a Sys V-Init editor.</para></sect3>
90
91<sect3><title>kuser</title>
92<para><command>kuser</command> is a graphical user
93manager.</para></sect3>
94
95</sect2>
96
97</sect1>
Note: See TracBrowser for help on using the repository browser.