Results 1 to 9 of 9
I am trying to extract files from 2010_06_25_RT3572_Linux_STA_v2.4.0.0.tar.bz2 and every time I try to extract it it comes up with that error. I went under Applications, Ubuntu software center, typed ...
- 06-29-2010 #1Just Joined!
- Join Date
- Jun 2010
- Location
- Minnesota
- Posts
- 4
Trying to extract tar.bz2 but getting error
I am trying to extract files from 2010_06_25_RT3572_Linux_STA_v2.4.0.0.tar.bz2 and every time I try to extract it it comes up with that error. I went under Applications, Ubuntu software center, typed in .tar.bz2 and installed Archive manager, Fast, multi-threaded bzip2 utility.
I am not sure what to do anymore since I have just install Ubuntu and am brand new to it. Sorry for being a newbie
- 06-29-2010 #2
Hi and Welcome !
Open Terminal and navigate to folder having tar.bz2 file. Execute this
Post error message here, if any.Code:tar -jxvf 2010_06 (hit TAB key twice)
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-29-2010 #3Just Joined!
- Join Date
- Jun 2010
- Location
- Minnesota
- Posts
- 4
sorry, as I said first time using it, how do I navigate to it. I tried dos command dir but only lists directories
- 06-29-2010 #4
Use the ls command for listing directories.
Use the cd command for changing directories
Code:ls /home/michael/ Desktop Downloads Music Projects Videos Documents gtk-gnutella-downloads Pictures smb4k
Use the man command to find more info on commands.Code:michael@icehouse ~ $ cd /home/michael/Desktop/ michael@icehouse ~/Desktop $
Code:man ls
Code:man dir
Code:man cd
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 06-29-2010 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
Hello and welcome, bernie!

If you are going to be using the command line very often, you might want to check out LinuxCommand.org when you have some spare time. It's a great place for some quick and easy command line lessons:
LinuxCommand.org: Learn the Linux command line. Write shell scripts.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 06-29-2010 #6Just Joined!
- Join Date
- Jun 2010
- Location
- Minnesota
- Posts
- 4
I just figured it out. It gives me this:
- 06-29-2010 #7
Its not a bzip2 file.
Execute this
Post output here.Code:cd /home/bernie/Downloads file 2010_06 (hit TAB key twice)
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-29-2010 #8Just Joined!
- Join Date
- Jun 2010
- Location
- Minnesota
- Posts
- 4
This is what I got
Code:
bernie@HTC:~$ cd /home/bernie/Downloads
bernie@HTC:~/Downloads$ file 2010_06_25_RT3572_Linux_STA_v2.4.0.0
2010_06_25_RT3572_Linux_STA_v2.4.0.0: directory
bernie@HTC:~/Downloads$ ^C
bernie@HTC:~/Downloads$
- 06-29-2010 #9
.tar.bzip2 file has been extracted already and it has created 2010_06_25_RT3572_Linux_STA_v2.4.0.0 folder. Check the contents of that folder.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
