Help install Ion3


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Help install Ion3
# 1  
Old 11-03-2010
Question Help install Ion3

Hi guys .

I need help for install ion3 , searching in the web i dont found nothing only the package .

Thaks for your help.Smilie
# 2  
Old 11-03-2010
Often, open source products are delivered as a tar gzipped.

Ion Download - Softpedia
Code:
Once you have the file, it usually has a single sub-tree in it, but check:
 
$ gzcat ion*.tar.gz | tar tf -
 
If that looks OK, lay it down under your intended target directory:
 
$ gzcat ion*.tar.gz | (
 cd target_parent_dir/
 tar xf -
 )

 
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 install dvd drive boots, but not recoginized by install process

I am trying to build a Sun Ultra 10 with solaris 10. This computer is one of a collection that was donated to the non-profic company I work for. All media was wiped before I recieved them, so I am starting from stratch. I downloaded the Solaris 10 ISO and burned a DVD. The computer came with a... (4 Replies)
Discussion started by: gwillhight
4 Replies

2. Linux

install macbook pro fedora10 ???((<<if can install, how to install? >> ))

If may install can Tells everybody ??? (0 Replies)
Discussion started by: kzBSD
0 Replies

3. HP-UX

Oracle 9i install: Error in invoking target install of makefile

I receive an error while installing Oracle 9i: Error in invoking target install of makefile /opt/oracle/product/9.2.0/sqlplus/lib/ins_sqlplus.mk Furthermore: $ whoami oracle $ echo $ORACLE_HOME /opt/oracle/product/9.2.0 $ pwd /opt/oracle/product/9.2.0/sqlplus/lib $ ll total... (5 Replies)
Discussion started by: chris2005
5 Replies
Login or Register to Ask a Question