1. Go to Novell.com and download ‘GroupWise 7 SP3 Linux Client US’ (may be listed as 7.0.3)
    2. Run: sudo apt-get install alien libstdc++5
    3. Extract the tar: tar xvfz gw703_client_linux_us.tar.gz
    4. Install it: sudo alien -i novell-groupwise-gwclient-7.0.3-20080309.i386.rpm
    5. Download Sun JRE 1.5: http://java.sun.com/javase/downloads/index_jdk5.jsp
    6. Extract it to Groupwise directory: sudo mv jre-1_5_0_15-linux-i586.bin /opt/novell/groupwise/client; cd /opt/novell/groupwise/client; sudo chmod +x ./jre-1_5_0_15-linux-i586.bin; sudo ./jre-1_5_0_15-linux-i586.bin; sudo ln -sf jre1.5.0_15 jre
    7. If you are running compiz, edit the startup script and add ‘export AWT_TOOLKIT=MToolkit’ in /opt/novell/groupwise/client/bin/groupwise.sh under the /bin/bash line

    Then just create a launcher to that and you are good to go.

    Related posts:

    1. Installing Groupwise 8 Client in Ubuntu Jaunty AMD64 Download the Groupwise 8 Linux Client Tarball from Novell:...
    2. SLES / SLED 10 with Intel 965 Graphics If you need to update your installation to work with...
    3. Connecting to Ubuntu from Windows Recently I needed to connect to a Ubuntu box from...