Skip to main content
IBM  
Shop Support Downloads
IBM Home Products Consulting Industries News About IBM
IBM developerWorks : Linux : Education - Tutorials
LPI certification 102 exam prep, Part 1
ZIPPDF (letter)PDF (A4)e-mail
Main menuSection menuFeedbackPreviousNext
3. Compiling applications from sources
  


bzip2 pipelines (continued) page 7 of 27


In the previous two examples, we created a standard UNIX pipeline to view and extract files from our archive file. Since tar was called with the f - option, it read tar data from stdin, rather than trying to read data from a file on disk.

If you used the pipeline method to try to extract the contents of your archive and your system complained that bzip2 couldn't be found, it's possible that bzip2 isn't installed on your system. You can download the sources to bzip2 from http://sourceware.cygnus.com/bzip2. After installing the bzip2 sources (by following this tutorial), you'll then be able to unpack and install the application you wanted to install in the first place :)


Main menuSection menuFeedbackPreviousNext
Privacy Legal Contact