User Tools

Site Tools


iceclient:linux

Installing Iceclient On Linux

Ubuntu

The following apply to all recent versions of Ubuntu and Ubuntu based distributions such as Mint. They may also work on Debian.

Installing

  1. Install a Java runtime (Java 7 is recommended), unzip (to extract the download) and wget (to download) the client.
    sudo apt-get install openjdk-7-jre unzip wget
  2. Create a directory to install the client to.
    cd $HOME
    mkdir Iceclient
    cd Iceclient
  3. Download the Linux client
    wget http://armouree.vm.bytemark.co.uk/Iceclient/Iceclient-Linux.zip
  4. Extract the client files.
    unzip Iceclient-Linux.zip
  5. Give the launch script execute permissions.
    chmod a+rx Iceclient.sh

Running The Client

  1. Change directory to where you extracted the files.
     cd $HOME/Iceclient
  2. Run the launch script.
    ./Iceclient.sh
iceclient/linux.txt · Last modified: 2014/04/21 16:52 by rockfire