LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   extracting .gz files (https://www.linuxquestions.org/questions/linux-newbie-8/extracting-gz-files-169753/)

MACSRULE 04-13-2004 06:03 PM

extracting .gz files
 
how do i extract files that end in .gz? im running yello dog version 3.0.1

fancypiper 04-13-2004 06:13 PM

It depends somewhat. Is it tarred as well?

See man tar
An example:
cd /path/to/extract/directory
tar -xvjpf /path/to/<file>.tar.bz2

# Guides to software management
LNAG - How do I install a program I downloaded from the Internet?
Rute Guide's software explanation
You might want to check out CheckInstall to manage source code installations/uninstallation

MikeFoo1 04-13-2004 06:16 PM

if you have a tar archive then use:


tar -zxf your.tar.gz


or gunzip.


man gunzip


All times are GMT -5. The time now is 07:12 PM.