Installation
From kshutdown
Contents |
KShutdown 2.x
How to install from sources?
See the README.html file.
KShutdown 1.0.x/2.x
How to install RPM?
- Run Konsole
- Run command:
su -c "rpm -Uvh kshutdown-YOUR_VERSION.rpm" - Enter the root password to install the RPM package
How to uninstall RPM?
- Run Konsole
- Run command:
su -c "rpm -e kshutdown" - Enter the root password to uninstall the RPM package
How to install Gentoo ebuild?
- Be sure,
$PORTDIR_OVERLAYis set in/etc/make.conf(usually, it's/usr/local/portage) - Extract the content of the .tar.gz to
$PORTDIR_OVERLAY - Execute
emerge kshutdownas root
KShutdown 1.0.x
How to install from sources? (Easy Method)
- Run Konsole
- Unpack file:
tar -xjf kshutdown-YOUR_VERSION.tar.bz2 - Go to the source directory:
cd kshutdown-YOUR_VERSION - Run the Installer:
./Setup
How to install from sources? (Classic Method)
- Run Konsole
- Unpack file:
tar -xjf kshutdown-YOUR_VERSION.tar.bz2 - Go to the source directory:
cd kshutdown-YOUR_VERSION - Configure compilation:
./configure --prefix=`kde-config --prefix` - Compile:
make - Install:
su -c "make install" - Enter the root password to install
