LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-25-2004, 01:56 AM   #1
sevvy8
LQ Newbie
 
Registered: Jun 2003
Location: Sydney Australia
Distribution: Redhat 9 , Mandrake 9.1 , XP
Posts: 12

Rep: Reputation: 0
Installing From cd


Hi there folks -

Is there someone out there that can pls help me preferably with a walkthrough on getting stuff off a cd onto my computer ?
I think this process is called , installing from Tarballs...

e.g. I have a Cd that I want to extract a guide...

As there are many different tools and help manuals . The this file that I would like to reference to - the name of the file , and location on CD is at

HELP AdvancedBashScriptingGuide

under this directory is the following six files....

abs-guide-2.3.tar.bz2 (in red writing)
abs-guide-2.3.tar.bz2 (in black writing)
abs-guide.html.tar.gz (in red writing)
README
screenshot.png ( in pinkish writing)
screenshot_thumb.png (in pinkish writing)

Where do I go from here - A step by step would be much appreciated..

As all i want to do is check out the (AdvancedBashScriptingGuide)

Thanks soo much for your time gang.. sevvy8
 
Old 03-25-2004, 05:25 AM   #2
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
You can extract tarballs (.tar, .tar.gz, .tar.bz2 and so on) using the tar command. tar only archives files - puts several files and/or directories together in a single file - so if compression is needed you have to use gzip or bzip2 to compress the tar file - hence the .tar.gz and .tar.bz2 file extensions.

tar extracts to the current directory by default and you can't extract to the CD, so we'll create a temporary directory in our home directory: mkdir ~/abs-files, then hop into that directory: cd ~/abs-files. Now let's extract the files, starting with the bzipped file: tar xfvj /whatever/the/path/is/abs-guide-2.3.tar.bz2
Some prefer using a hyphen before the options to tar but I recommend you do not since you then have to keep in mind in what order to put them. Here I used xfvj: x for extract, f for file, v for verbous (lists the files and directories as they are extracted), and j for bzip2 compression. You will most probably find a directory with the extracted files.

To extract the .tar.gz simply type tar xfvz /wherever/the/file/is/abs-guide.html.tar.gz (here the z indicates gzip compression).


Håkan
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Installing Mono-got stuck while installing gtk-sharp chutsu Linux - Software 11 01-18-2005 08:25 PM
installing from iso9660 - restarts installation without installing anything scuzzman Slackware 1 10-24-2004 07:46 PM
installing windows without re-installing FC ur-unholyness Linux - Software 1 10-17-2004 06:48 PM
Installing Windows XP after installing Red Hat 9 BluePyre Linux - General 7 03-09-2004 03:37 PM
Installing RAID Drivers before Installing RH 9 kwright Linux - Newbie 3 08-25-2003 09:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:57 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