InterClient 

1.Download Interclient (JDBC Conectivity) from http://www.upscene.demon.nl/files/IC160001LinuxJRE12.tar.gz with this command:
$ wget -c -t100 -T60 http://www.upscene.demon.nl/files/IC160001LinuxJRE12.tar.gz
2.Open the directory where you want to install Interclient. Use this command: 

$cd /opt/interbase 

3.Decompress the file using this command: 

$tar -xzvf IC160001LinuxJRE12.tar.gz /home/user 

Inside the directory where you decompress the file above, the following file will be generated: 

interclient_install_temp_dir/ 

4.Go to this directory above using this command: 

$cd /opt/interbase/interclient_install_temp_dir/ 

5.Continue the installation as a root user with using this command: 

$su - 

6.Input the following command to start the installation: 

$./install.sh 

7.Choose the directory in which you want to put interclient. In this case, go to: 

$ /usr/interclient

This will automatically generate a directory with the following path and these files:
rw-r--r--1 rootroot834 Jul 242000 CommDiag.html

-rw-r--r--1 rootroot273 Mar 13 12:11 VERSION.TXT 
drwxr-xr-x2 rootroot4096 Jul 242000 bin 
drwxr-xr-x9 rootroot4096 Jul 242000 docs 
drwxr-xr-x2 rootroot4096 Jul 242000 examples 
-rw-r--r--1 rootroot277674 Jul 242000 interclient-core.jar 
-rw-r--r--1 rootroot28752 Jul 242000 interclient-res.jar 
-rw-r--r--1 rootroot21792 Jul 242000 interclient-utils.jar 
-rw-r--r--1 rootroot327602 Jul 242000 interclient.jar 
8.Change the file profile. Incorporate the Interclient .jar files in the CLASS_PATHusing the following command: 

$pico /etc/profile 

9.In the corresponding code in the file profile, add this code: 

CLASSPATH=$CLASSPATH:/usr/interclien/interclient.jar:/usr/interclien/interclient-core.jar: /usr/interclien/interclient-res.jar: /usr/interclien/interclient-utils.jar: /usr/interclien/interclient.jar 

10.Press CTRL+x <ENTER>, to exit. 

11. Reboot the system using this command:

$reboot
12.The installation is complete.