Find the answer to your Linux question:
Results 1 to 2 of 2
Hello, I downloaded firefox-7.0.1.tar.bz2 , then in a terminal I entered tar xvf firefox-7.0.1.tar,bz2. It then went through all the steps, then there were 2 messages; 1-tar: firefox/firefox: Cannot open: ...
  1. #1
    Just Joined!
    Join Date
    Jul 2007
    Location
    Los Angelels
    Posts
    36

    Installing firefox-7.0.1.tar.bz2 in fedora 10

    Hello, I downloaded firefox-7.0.1.tar.bz2 , then in a terminal I entered tar xvf firefox-7.0.1.tar,bz2. It then went through all the steps, then there were 2 messages; 1-tar: firefox/firefox: Cannot open: File exists, and 2-tar: Error exit delayed from previous errors. So, now what? How can I successfully install firefox-7.0.1? Thanks, ,Larry

  2. #2
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    Fedora 10 is quite out of date at this point, having reached EOL in 2010. I'd suggest upgrading to Fedora 14 or 15. And newer versions of Firefox will be in the software repos.
    If upgrading is not an option, though....
    Quote Originally Posted by 1948chev View Post
    then in a terminal I entered tar xvf firefox-7.0.1.tar,bz2.
    Is that the exact command? If so, you're missing a dash(-) in there. Try, as root:
    Code:
    tar -jxvf firefox-7.0.1.tar.bz2
    Post any errors.
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...