LinuxQuestions.org
Review your favorite Linux distribution.
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 05-16-2003, 03:09 PM   #1
s9722
Member
 
Registered: May 2003
Location: shannon IL
Distribution: slackware 9.1
Posts: 132

Rep: Reputation: 15
.tar.bz2


I downloaded mugen no how in the heck do I unzip this file I cant seem to get any command to work somebody help me out I can know uncompress tar.gz

and run or unzip or uncompress or what ever rpm files too

its just .tar.bz2...

and I really wanna play this so help me out thnx

redhat 7.3 gnome gui
 
Old 05-16-2003, 03:13 PM   #2
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
tar xjvf filename.tar.bz2
 
Old 05-16-2003, 03:14 PM   #3
bentz
Member
 
Registered: Mar 2003
Distribution: Fedora, Mac OSX
Posts: 362

Rep: Reputation: 30
bzip2 -d filename.tar.bz2 -c | tar xvf -
 
Old 05-16-2003, 04:35 PM   #4
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
for i in *.bz2; do tar xjf $i done

will bunzip all bz2 files in the current directory (or just one, if that's all there is...)

Not trying to confuse you, just demonstrating that things can be done in different ways...all the above will work as well as:
bzcat filename.tar.bz2 | tar xvf and,
bunzip filename.tar.bz2 | tar xvf
 
Old 05-16-2003, 06:28 PM   #5
ShawnD
Member
 
Registered: Jul 2002
Distribution: Mandrake 8.2
Posts: 127

Rep: Reputation: 15
you might need to install bzip2 from this site here
http://www.digistar.com/bzip2/
 
Old 05-17-2003, 01:35 PM   #6
s9722
Member
 
Registered: May 2003
Location: shannon IL
Distribution: slackware 9.1
Posts: 132

Original Poster
Rep: Reputation: 15
ok......I got it unzipped... and it is in a directory of its own now....it wont let me run it

it says

:I do not have permission to run it| or
:there are no installed players availible...
 
Old 05-17-2003, 02:39 PM   #7
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Yeh, I think you just downloaded source code right? So you have to compile it before it can be used. There should be a file called README or INSTALL in the top-level directory to tell you how.

generic instructions are:
./configure
make
make install (as root)
 
Old 05-17-2003, 02:46 PM   #8
s9722
Member
 
Registered: May 2003
Location: shannon IL
Distribution: slackware 9.1
Posts: 132

Original Poster
Rep: Reputation: 15
ummm

well that didnt work I cd'd into the mugen directory as root

then typed

./configure
and it said there was no configure file
then I typed make
no file specified
then make install and I get
no file specified

no its not just code I can see all the folders I can go into them and everything

The thing is ready to run it just wont let me run it...
 
Old 05-17-2003, 03:06 PM   #9
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Well, is there any documentation at all? There must be something to tell you how to run it...
 
Old 05-17-2003, 03:41 PM   #10
s9722
Member
 
Registered: May 2003
Location: shannon IL
Distribution: slackware 9.1
Posts: 132

Original Poster
Rep: Reputation: 15
in the readme it says type ./mugen in the consol needless to say I have tried that

I have also cd'd into the mugen directory and and typed ./mugen and then it says I do not have permission to run it

it wont even let me run it as root
 
Old 05-17-2003, 06:09 PM   #11
bentz
Member
 
Registered: Mar 2003
Distribution: Fedora, Mac OSX
Posts: 362

Rep: Reputation: 30
try chmod +x mugen. Perhaps the bz2 file didn't uncompress while preserving permissions.
 
  


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
.rpms, .tar.gz, .tgz, .src.rpm, & .tar.bz2 whoots Mandriva 10 10-18-2003 12:08 PM
GUI support tar.gz/tar/gz/bz2 and etc demmylls Linux - General 3 10-09-2003 07:43 PM
problem unzipping a tar.bz2 file tar: Error is not recov jyome Linux - Software 4 09-04-2003 01:04 PM
tar.bz2 Loki_VA Linux - Software 16 08-19-2003 03:47 AM
tar.bz2 hextex Linux - Newbie 5 06-14-2001 12:57 PM

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

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

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