Kdeadmin-4.6.0

Introduction to Kdeadmin

This package provides several KDE clients useful for managing a system. Clients include programs for managing users, initialization files, cron, and network connections.

This package is known to build and work properly using an LFS-6.7 platform.

Package Information

Kdeadmin Dependencies

Required

Python-2.7.2, kde4pimlibs-4.6.0, kde4bindings-4.6.0 (for pyKDE4), desktop-file-utils-0.18, system-printer-config

Recommended

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kde4admin

Installation of Kdeadmin

Install kde4admin by running the following commands:

mkdir build &&
cd build

Prepare the package for compilation:

cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
    -DKDE_DEFAULT_HOME=.kde4 \
    -DSYSCONF_INSTALL_DIR=/etc/sysconfig \
    .. &&
make

Now, as the root user:

make install

Contents

Installed Programs: kuser, ksystemlog
Installed Libraries:
Installed Directory:

Last updated on 2011-03-09 20:39:52 +0000