LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-26-2004, 11:51 AM   #1
coopns
Member
 
Registered: Jan 2004
Location: Scituate, MA
Distribution: Mandrake 10
Posts: 94

Rep: Reputation: 15
Is there a GUI way to untar/unzip things?


Just wondering (cause I am not comfortable with commands yet) if there was a GUI program that would do it for me. So if I download a .gz .tar I could run the program and have it unzipped/untarred automatically?

Thanks.
 
Old 05-26-2004, 11:54 AM   #2
adamwenner
Member
 
Registered: Aug 2003
Distribution: windows xp home, windows 98, red hat 9, fedora core 3, redhat enterprise linux, win2000 pro/server
Posts: 217

Rep: Reputation: 32
yes, you should be safe right clicking on the file and pressing extract
if not, the app is called file roller
 
Old 05-26-2004, 02:08 PM   #3
devinWhalen
Member
 
Registered: Apr 2003
Location: Toronto, Canada
Distribution: Red Hat, openBSD,Mandrake,freeBSD,SunOS
Posts: 168

Rep: Reputation: 30
Lightbulb FYI

I know the cli is a little scary at first but one you get used to it you will probably like it better for most tasks.

zip:
To make a zip file
zip myFiles.zip file1.doc file2.txt file3.txt file4.html (and so on)
To unzip
unzip myFiles.zip

There are a lot more options but this is enough to get you started

As for tar:
tar -cvf myTar.tar file1.doc file2.txt file3.txt file4.html (and so on)
(you can also do this for entire directories)
tar -cvf myTar.tar myDirectory/

To untar:
tar -xvf myTar.tar

You can also get more complicated with tar and gzip your tars:
tar -zcvf myTar.tar.gz myDirectory/

and to untar a gzip file:
tar -zxvf myTar.tar.gz

How I explained this clearly

Later
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Suse: confused on many things, why is installing things so hard? blackflare Linux - Newbie 11 10-16-2007 04:35 AM
gui unrar/rar/zip/unzip etc.. programs kurrupt Linux - Software 3 08-18-2004 06:46 AM
How to unzip and untar a xxx.tar.gzip.part file> linuxharsha Linux - Software 8 02-15-2004 04:27 AM
How to untar and unzip .tar.gzip.part file? linuxharsha Linux - Software 2 02-14-2004 10:37 AM
untar imsajjadali Red Hat 3 01-29-2004 01:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration