Hello Arata-- > > Although I tried the command below, the download failed. The reason > may be that the Linux PC is not directly connected the internet. > For security, the files are transported via another PC. Could you > let me know how to unpack the files without connection with internet > ? >
You are correct: the installer script requires internet access. To install from the .tar.gz files follow the instructions here: https://bit.niddk.nih.gov/xplor-nih/INSTALL.txt These are the important steps: -obtain a copy of the platform independent -db distribution file in addition to one or more platform specific binary file. -unpack these files wherever you plan on installing xplor. % cd /opt % zcat xplor-nih-3.6-Linux_x86_64.old.tar.gz | tar xf - % zcat xplor-nih-3.6-db.tar.gz | tar xf - -generate the xplor command and helper commands. % cd xplor-nih-3.6 % ./configure The xplor script and helper programs are then in /opt/xplor-nih-3.6/bin best regards-- Charles ######################################################################## To unsubscribe from the XPLOR-NIH list, click the following link: http://list.nih.gov/cgi-bin/wa.exe?SUBED1=XPLOR-NIH&A=1
