How do I install KOffice if I am not root?
You have got to pass some directory where you have got write access (for example in your home directory) as prefix to configure. So you should type something like: ./configure –prefix=/home/jdoe/foo/bar plus of course other options you might want to pass to configure. Then of course you don’t have to do su -c “make install”, but just make install.