From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ns.pcdesk.net ([65.100.173.137] helo=pcdesk.net) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1DwkgN-0004me-00 for ; Sun, 24 Jul 2005 13:54:35 -0400 Received: from merlin.pcdesk.net ([::ffff:192.168.0.13]) (AUTH: LOGIN jbahm@pcdesk.net, TLS: TLSv1/SSLv3,128bits,RC4-MD5) by pcdesk.net with esmtp; Sun, 24 Jul 2005 11:54:01 -0600 id 02405AEC.42E3D5B9.00002DD8 Date: Sun, 24 Jul 2005 11:54:07 -0600 (Mountain Daylight Time) From: "Joseph C. Lininger" To: "Speakup is a screen review system for Linux." In-Reply-To: Message-ID: References: X-X-Sender: jbahm@pcdesk.net@imap.pcdesk.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: A tar question X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2005 17:54:35 -0000 Hello, That is a .tar file compressed using the bzip2 compression algorithm. You can use tar to decompress these. Just give the -j argument, for example: tar -xjvf file.tar.bz2 HTH -- It's not one damn thing after another, it's the same damn thing over and over. (History repeats itself) Joseph C. Lininger jbahm@pcdesk.net Verification: 5eab38a77ac40416e075be8f50607ff7 And so it came to pass that on Sun, 24 Jul 2005, Dan Murphy said > Hi all. > I recently downloaded a version of MPlayer but the archive is a type I've > never seen before. > the file name is MPlayer-1.0pre6.tar.bz2, and I've never seen the .bz2 > extention. Can I use tar to unpack this, and what options should I use, or > do I need another utility to do it? > Thanks. > -- dan Murphy > mailto:mweeby@verizon.net > MSN only: mweeby@earthlink.net > http://mysite.verizon.net/mweeby > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup >