Here some instructions for installing KDE applications under Corel Linux from source. Note: Still unsupported... :( I'm assuming that Tech Support knows about this procedure, but I'm not sure. Either way, remember -> unsupported! dpkg -i qt-corel-dev_1.440-1457.deb [Install the included file] echo "QTDIR=/usr/lib/qt1.44O-dev" >> /etc/profile [that's an Ohh, not a zero. this sets the environment variable required by QT] echo "export QTDIR" >> /etc/profile [make the environment variable available to the shell] Add "/usr/lib/qt1.44O-dev/bin" to the path [I could automate this for you, but it would be as ugly as the last script (well, it wouldn't, but I'm lazy.)]  ln -s /usr/X11R6/lib/libccqt.so.1.44 /usr/X11R6/lib/libqt.so ln -s /usr/X11R6/lib/libccqt.so.1.44 /usr/X11R6/lib/libqt.so.1 [this creates the symbolic links required for linking the KDE programs]