Results 1 to 10 of 23
I have just downloaded, eclipse-java--galileo-linux-gtk.tar.gz. Would someone tell me how i might extract and install the above files via a terminal please. Thanks...
- 07-22-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 98
.tar.gz files
I have just downloaded, eclipse-java--galileo-linux-gtk.tar.gz. Would someone tell me how i might extract and install the above files via a terminal please. Thanks
- 07-22-2009 #2
Use
and thengunzip -d eclipse-java--galileo-linux-gtk.tar.gz
Otherwise you can use single command:tar -xvf eclipse-java--galileo-linux-gtk.tar
tar -xvfj file.tar.gz- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 07-22-2009 #3Just Joined!
- Join Date
- Apr 2009
- Posts
- 98
Hello there!
When i openeda terminal and typed:
gunzip -d eclipse-java-galileo-linux-gtk.tar.gz i was rewarded with: no such file or directory?
And when i tried:
tar-xvfj eclipse-java-galileo-linux-gtk.tar.gz
I was informed that: command not found?
- 07-22-2009 #4before your run the command make sure you have the file using ls command.no such file or directory
then use above commandls -l /path/to/the/downloaded/directory/file.tar.gz
open the terminal and run the commandI was informed that: command not found?
Does it show any path? I got following outputwhereis tar
my tar file resides under /bin/bin/tar /usr/include/tar.h /usr/share/man/man1/tar.1.gz
Most linux distro comes with tar - what's your distribution ?- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 07-22-2009 #5Just Joined!
- Join Date
- Jul 2009
- Location
- Perth western australia
- Posts
- 1
Hello
I agree Lakshmipathi
One of the best tools I have learnt is to use the tab key to auto complete paths.
just type the first few laters of the path and press the tab to complete!
This makes it harder to enter the wrong path or filename!
If you make a mistake it will not auto complete!
Good luck
- 07-22-2009 #6Just Joined!
- Join Date
- Apr 2009
- Posts
- 98
I opened a terminal and navigated to where the eclipse-java-galileo-linux-gtk.tar.gz is located.
So i then typed: gunzip -d eclipse-java-galileo-linux-gtk.tar.gz
And i then typed: tar -xvf eclipse-java-galileo-linux-gtk.tar and pressed enter. Something happened i know not what but i can't find eclipse in the Applications list?
I am running Xubuntu 8.10
- 07-22-2009 #7Just Joined!
- Join Date
- Apr 2009
- Posts
- 98
Have just noticed that a folder/directory called "eclipse" has appeared on my desktop. Where do i go from here please.
- 07-22-2009 #8
when you use tar -xvfj or tar -xvf ,it creates a corresponding directory .
check the README or INSTALL file ,to know about how to install the downloaded software- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 07-22-2009 #9
If you want to install eclipse check this Eclipse in Ubuntu howto
I believe there won't be much difference for eclipse installation in Xubuntu and
ubuntu- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 07-22-2009 #10Just Joined!
- Join Date
- Apr 2009
- Posts
- 98
Have just opened a terminal and typed: 'eclipse', and was informed that eclipse is not currently installed. You can install it by typing: sudo apt-get install eclipse.
I also typed: java -version and the reply was 1.6.0.0


Reply With Quote