Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 05-28-2008, 07:54 PM   #1 (permalink)
Registered User
 
Join Date: May 2008
Posts: 7
OS: windows xp


how to open .tar.gz files in ubuntu

How do I open the .tar.gz files in ubuntu 8.04?

thanks and regards,
choywg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 05-28-2008, 09:23 PM   #2 (permalink)
Manager
 
shuuhen's Avatar
 
Join Date: Sep 2004
Location: Colorado
Posts: 986
OS: Mac OS 9.1, Mac OS X 10.5.8, WinXP Pro, FreeBSD 6.0, Gentoo Linux

My System

Re: how to open .tar.gz files in ubuntu

Ubuntu may be configured so that you get an option to handle those files by right clicking on them. A program that can let you explore archives graphically is Ark, which can be installed with the package manager (might be installed already).

From the command line you could use tar xzvf filename.tar.gz to expand the archive.
__________________


Has it been a few days since I replied to your thread? Don't panic! I'm a busy college student and may forget a post if I'm extra busy (or it might just take me a while to be able to do a decent reply). If you still need help and are awaiting my reply after a few days, PM me about it.

When posting what errors you get, please give the full message. It makes helping you much easier.
shuuhen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-29-2008, 02:17 AM   #3 (permalink)
Registered User
 
Join Date: May 2008
Posts: 2
OS: linux - ubuntu, windows xp


Re: how to open .tar.gz files in ubuntu

Hi, There is also a windows way of doing this. If you install Crusader or gnome commander using synaptic package manager in ubuntu you will find it quite easy to unpack those files.
It is just like what you had in total commander under your windows.
totschkow is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-29-2008, 11:00 PM   #4 (permalink)
Registered User
 
Join Date: Oct 2007
Location: Littleton, Colorado USA
Posts: 470
OS: xp 64 sp2 Fedora Core 8 (vmware xp core 8 x32) Minix


Re: how to open .tar.gz files in ubuntu

From a text screen: Enter

tar -vtzf <filename.tar.gz>

-v is verbose, -t is table, -z is zip compression, -f means the <filename.tar.gz> follows. Do this first so you can see which directory/directories the fill will be untar into. The order of the vtz can be in any order but the -f must be at the end.

Then run:
tar -vxgf <filename.tar.gz>

The -x replaces the -t which means eXtract. Generally, speaking when the tar is extracted it will place the files in and below the current working directory.

Other compression methods that tar can use are -j for the bzip2 compression method. The -b was taken years ago and means blocking-factor for input or output. Recall that tar stands for tape archive and tapes record data in blocks and for efficiency have blocking-factors. The gzip compression method uses -z.

Also have you tried double clicking on the file in the File Browser?
lensman3 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 02:17 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85