Welcome, Guest! Log In | Create Account

Installation

From kshutdown

Jump to: navigation, search

Contents

KShutdown 2.x

How to install from sources?

See the README.html file.

KShutdown 1.0.x/2.x

How to install RPM?

  1. Run Konsole
  2. Run command: su -c "rpm -Uvh kshutdown-YOUR_VERSION.rpm"
  3. Enter the root password to install the RPM package

How to uninstall RPM?

  1. Run Konsole
  2. Run command: su -c "rpm -e kshutdown"
  3. Enter the root password to uninstall the RPM package

How to install Gentoo ebuild?

  1. Be sure, $PORTDIR_OVERLAY is set in /etc/make.conf (usually, it's /usr/local/portage)
  2. Extract the content of the .tar.gz to $PORTDIR_OVERLAY
  3. Execute emerge kshutdown as root

KShutdown 1.0.x

How to install from sources? (Easy Method)

  1. Run Konsole
  2. Unpack file: tar -xjf kshutdown-YOUR_VERSION.tar.bz2
  3. Go to the source directory: cd kshutdown-YOUR_VERSION
  4. Run the Installer: ./Setup

How to install from sources? (Classic Method)

  1. Run Konsole
  2. Unpack file: tar -xjf kshutdown-YOUR_VERSION.tar.bz2
  3. Go to the source directory: cd kshutdown-YOUR_VERSION
  4. Configure compilation: ./configure --prefix=`kde-config --prefix`
  5. Compile: make
  6. Install: su -c "make install"
  7. Enter the root password to install
Personal tools