DSpace Installation (Manual) in Redhat Linux1. Install Java 1.4 or later (standard SDK is fine, you don't need J2EE)This step is required only if java is NOT already installed in the systemDownload the RPM versions of java (e.g. j2sdk-1_4_2_04-linux-i586.rpm) and copy the file into Linux system.You need to login as Linux root user to installUse the command bellow to install#rpm -ivh j2sdk-1_4_2_04-linux-i586.rpm #rm /usr/bin/java [remove the original java binary if any]#cd /usr/bin#ln -s /usr/java/j2sdk1.4.2_04/bin/java java [create Symbolic...