Results 1 to 12 of 12

Thread: Linux Newbie Needs Help W/Fedora Core 5 & Firefox

  1. #1

    Linux Newbie Needs Help W/Fedora Core 5 & Firefox

    Okay,

    I am brand new to Linux and specifically Fedora Core5. I currently have Firefox loaded as part of the distro and wish to upgrade to the latest version. I am logged into my account (which is not root) and have downloaded the latest version from Mozilla (1.5.0.4) but cannot seem to install per the instructions on their site.

    I need a newbie guide with detailed instructions on how to install. When I do the following from the terminal logged in with my account I get this:

    [Eric@localhost ~]$ tar -xzvf firefox-1.5.0.4.tar.gz
    tar: firefox-1.5.0.4.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors


    WTF is it doing? I see it cannot open no such file or directory. The tar file is on my desktop and my pwd is Desktop.

    What am I doing wrong? I am 100% sure the OS knows what it is doing but I have no clue. How do I do the install as root? I have attempted to logout of my account and tried the same process logged in as root to no avail.

    Thank you GotApexer's.

  2. #2
    Admiral Airencracken's Avatar
    Join Date
    Jul 2003
    Location
    California
    Posts
    6,684
    Well, first of all you should be running as the superuser. Also can you copy and paste the exact terminal commands you're using, more likely than not you just have the file directory wrong (done it myself, suse user )
    "I remember my first orgasm, I just wish someone was there to share it with me..."11-05-2003 05:33 AM - Topane
    They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. - Benjamin Franklin
    Religion is the sigh of the oppressed creature, the heart of a heartless world, & the soul of soulless conditions. It is the opiate of the masses. - Karl Marx
    Hell is other people - Jean-Paul Sartre


  3. #3
    Chief of Naval Operations InfiniteNothing's Avatar
    Join Date
    Aug 2002
    Location
    San Diego
    Posts
    10,086
    It looks like the file doesn't exist. Make sure it's there (ls -l). After you've got that figured out try "gunzip firefox-1.5.0.4.tar.gz"

    Also, this goes in the "Tech Support" forum. The thread could but its fine here.

  4. #4
    Chief of Naval Operations Nija's Avatar
    Join Date
    May 2001
    Location
    City of The Dead
    Posts
    13,561
    you can log in as root by typing su at your terminal prompt.

    "Nija is the dark soul of gotapex. We don't like to talk about him." - LPMiller

  5. #5
    Had an issue (and still can't figure how how to install it per their instructions, so wound up using autopacker)

    http://autopackage.org/packages/

    Its a 4 step install (you have to install the autopackage manager first)
    http://autopackage.org/docs/howto-install/

    Firefox is here
    http://autopackage.org/packages/

    There was a way to yum autopackage but I forgot the command.

    But use autopackage. really easy.

  6. #6
    Thank you for all your help. Still have yet to try it at work and discovered when I went home I was in the wrong path for the install. I was logged in with my user account and not as root and then was not on the desktop. I realized that Linux was case sensitive. When I did a cd /desktop I was not in the correct directory.

    Thanks again for your help.

  7. #7
    Admiral Airencracken's Avatar
    Join Date
    Jul 2003
    Location
    California
    Posts
    6,684
    No worries bro. Linux ppl can often be really condecending and rude, but hopefully with a wider adoption of the OS this will change. I know that I'm enjoying my *nix experience and I hope you are too.
    "I remember my first orgasm, I just wish someone was there to share it with me..."11-05-2003 05:33 AM - Topane
    They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. - Benjamin Franklin
    Religion is the sigh of the oppressed creature, the heart of a heartless world, & the soul of soulless conditions. It is the opiate of the masses. - Karl Marx
    Hell is other people - Jean-Paul Sartre


  8. #8
    Chief of Naval Operations InfiniteNothing's Avatar
    Join Date
    Aug 2002
    Location
    San Diego
    Posts
    10,086
    To prevent this confusion in the future, use absolute paths
    ie:
    wget /root/firefox-1.5.0.4.tar.gz would put it into /root/
    but
    wget firefox-1.5.0.4.tar.gz would put it where ever you were currently.

  9. #9
    Admiral Memo's Avatar
    Join Date
    Apr 2001
    Location
    East Village
    Posts
    5,659
    Also, when typing in console hit TAB and it will autocomplete, so you can type like firefox- (hit tab) and boom

  10. #10
    Chief of Naval Operations Nija's Avatar
    Join Date
    May 2001
    Location
    City of The Dead
    Posts
    13,561
    Quote Originally Posted by Memo
    Also, when typing in console hit TAB and it will autocomplete, so you can type like firefox- (hit tab) and boom


    I love that!

    "Nija is the dark soul of gotapex. We don't like to talk about him." - LPMiller

  11. #11
    Was this issue resolved, and if it was, what was the step by step command to fix it? (I always want something to go back to when I forget something)

  12. #12
    Chief of Naval Operations InfiniteNothing's Avatar
    Join Date
    Aug 2002
    Location
    San Diego
    Posts
    10,086
    Uh well, the leason I gleened from this thread is to pay attention to where you are downloading files.

Bookmarks

Posting Permissions

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