Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 23
When I open my hotmail it keeps telling me to upgrade my firefox browser and it gives me a link to a download. I've downloaded the file. But I can't ...
  1. #1
    Just Joined!
    Join Date
    Sep 2008
    Posts
    14

    Installing programs in linux!

    When I open my hotmail it keeps telling me to upgrade my firefox browser and it gives me a link to a download.
    I've downloaded the file. But I can't seem to install it. The file is called firefox-3.0.1.tar.bz2, and it contains a bunch of files, but how do I install the program. I've tried opening some of the files, but I can't figure it out.

    Help please!

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    What version of Firefox are you currently running? For the file you downloaded, there is no need to install anything. Click on the file labeled "firefox" and the application should run.

  3. #3
    Just Joined!
    Join Date
    Sep 2008
    Posts
    14
    When I open the firefox file it opens in Xarchiver, but nothing else happens, except I see a bunch of files.

  4. #4
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    You need to extract the contents of the tarball, navigate to where you placed the extracted directory and click on the icon labelled "firefox".

  5. #5
    Linux Enthusiast L4Linux's Avatar
    Join Date
    Sep 2008
    Location
    Greece
    Posts
    584
    Which distribution are you using? Have you updated your system?
    Check this link in Distrowatch
    for the complete list of update commands, depending on your distro.
    I use Ubuntu 8.04 and it has firefox 3.0.1.

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You should install updates through default Package manager only. Which distro are you using?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Sep 2008
    Posts
    14
    Quote Originally Posted by devils casper View Post
    You should install updates through default Package manager only. Which distro are you using?
    How do I find out which distro I'm using?!

    And where do I find the Package manager?

  8. #8
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    open a terminal and post output of command
    Code:
    cat /etc/lsb-release

  9. #9
    Linux Guru
    Join Date
    Nov 2007
    Location
    Córdoba (Spain)
    Posts
    1,513
    Depending on the distro there might be some ways. Some distros display a graphical boot decoration, maybe with the logo or the name of the distro somewhere. Maybe you can see it on the boot menu as well.

    Some of them store version information on some plain text file on /etc/, but that's distro dependant, and that file might not be there at all.

    Some distros patch their own kernels, so looking at the output of uname -a sometimes help.

    The package manager should be accessible via a graphical frontend as well somewhere on the configuration menus.

    You should never just uncompress a file and throw its contents randomly on your file system, because then bad things can happen, and your system will gradually rot to death, requiring a reinstall to fix odd things.

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute these :
    Code:
    cat /etc/*release*
    cat /etc/*version*
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Page 1 of 3 1 2 3 LastLast

Posting Permissions

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