If Korganizer is not installed and if you are the administrator of your system, your best bet is to use a precompiled binary file.
If your system understands rpm binary package format, you should get a file "kdepim2.i386.rpm" or similar. The correct installation command is: rpm -i kdepim2.i386.rpm, and the correct upgrade command is: rpm -U kdepim2.i386.rpm
If your system uses different binary package format, you need to read the instructions that came with your system.
If you cannot obtain precompiled binary package, you have to compile Korganizer yourself from a source file. Find a file "kdepim2.tar.gz" or similar, unpack it in a new directory, and enter the following in that directory:
% ./configure % make % make install |
Since Korganizer uses autoconf and automake you should have not trouble compiling it. Should you run into problems please report them to the KDE mailing lists.