Find the answer to your Linux question:
Results 1 to 8 of 8
How do i install firefox into my laptop...i am a new user in linux.. new new... can someone help me here????...
  1. #1
    Just Joined!
    Join Date
    Nov 2005
    Location
    somewhere in CA
    Posts
    5

    Firefox

    How do i install firefox into my laptop...i am a new user in linux.. new new...
    can someone help me here????

  2. #2
    Linux Enthusiast
    Join Date
    Jul 2005
    Location
    Maryland
    Posts
    521

    Re: Firefox

    Quote Originally Posted by carspidey
    How do i install firefox into my laptop...i am a new user in linux.. new new...
    can someone help me here????
    you original question and the unswer to it is here:
    http://www.linuxforums.org/forum/top...tml&highlight=

  3. #3
    Just Joined!
    Join Date
    Nov 2005
    Location
    somewhere in CA
    Posts
    5

    mozilla firefox

    how do i install this in my computer... i have debian for amd64.... i don't know how to do it... i unpackaged the tar.gz and from there i don't konow what to do/// can somebody help here???

  4. #4
    Linux Guru AlexK's Avatar
    Join Date
    Feb 2005
    Location
    Earth
    Posts
    3,379
    Read this tutorial, scroll down towards apt-get and set it up on your system, then run:
    Code:
    apt-get install mozilla-firefox
    If you want to use the tarball you downloaded from mozilla, do the following in the terminal:
    Code:
    cd /the_place_where_you_saved_firefox
    tar -xzvf firefox-xxxxxxxxxxxxxxxxxxx-.tar.gz  <-- replace with correct name of firefox.
    cd ./firefox 
    ./firefox
    or 
    cd ./firefox-installer
    ./firefox-installer
    Next time try reading the install documentation

    edited to include correct cd commands to get to the installer script
    Life is complex, it has a real part and an imaginary part.

  5. #5
    Just Joined!
    Join Date
    Nov 2005
    Location
    somewhere in CA
    Posts
    5

    Need help...

    I have tried both ways.. none seem to be working for me.. the first way of doing it seems weird...i went to do that tutorial... but i get half way and then i don't know what to do... for example it sends me to look for a text file.. firefox doesn't have it.... right after that.. it tells me i have to do a couple more steps.. but i don't know how to do those?? where do i run those command lines.. "./configure" and the rest?? inside the directory where i dowlowded??? this is what i have inside my directory:

    debian:/home/carspidey# ls
    Desktop firefox-installer install_flash_player_7_linux
    firefox-1.0.7.installer.tar.gz hello install_flash_player_7_linux.tar.gz
    debian:/home/carspidey# tar -xzvf firefox-1.0.7.installer.tar.gz
    firefox-installer/
    firefox-installer/xpi/
    firefox-installer/xpi/adt.xpi
    firefox-installer/xpi/browser.xpi
    firefox-installer/xpi/en-US.xpi
    firefox-installer/xpi/help.xpi
    firefox-installer/xpi/talkback.xpi
    firefox-installer/xpi/xpcom.xpi
    firefox-installer/config.ini
    firefox-installer/header.png
    firefox-installer/install.ini
    firefox-installer/license.txt
    firefox-installer/watermark.png
    firefox-installer/firefox-installer
    firefox-installer/firefox-installer-bin
    debian:/home/carspidey/firefox-installer# ./install.ini
    -su: ./install.ini: Permission denied


    I don't know what to do here??? i am kinda getting lost.. completely lost
    can someone help me here...
    And also. when i do the sources.list.. and run apt-get update it doesn't find anything.. i don't know what the problem is... help>>>>

  6. #6
    Linux Guru AlexK's Avatar
    Join Date
    Feb 2005
    Location
    Earth
    Posts
    3,379
    That tutorial I liked to is for installing different kinds of files on linux. Now, the reason I told you to look at apt-get is because it is Debian's way on installing applications. So after you install firefox, just re-read the part about apt-get and perform software installations this way (it is much easier as a simple apt-get install mozilla-firefox will download and install firefox for you along with any dependancies).

    Now for installing firefox (using the files you have downloaded), do the following:
    Code:
    cd firefox-installer
    ./firefox-installer
    Life is complex, it has a real part and an imaginary part.

  7. #7
    Linux Enthusiast crashandburn0420's Avatar
    Join Date
    Jun 2005
    Location
    Naugatuck, CT
    Posts
    590

    Re: Need help...

    Quote Originally Posted by carspidey
    I have tried both ways.. none seem to be working for me.. the first way of doing it seems weird...i went to do that tutorial... but i get half way and then i don't know what to do... for example it sends me to look for a text file.. firefox doesn't have it.... right after that.. it tells me i have to do a couple more steps.. but i don't know how to do those?? where do i run those command lines.. "./configure" and the rest?? inside the directory where i dowlowded??? this is what i have inside my directory:

    debian:/home/carspidey# ls
    Desktop firefox-installer install_flash_player_7_linux
    firefox-1.0.7.installer.tar.gz hello install_flash_player_7_linux.tar.gz
    debian:/home/carspidey# tar -xzvf firefox-1.0.7.installer.tar.gz
    firefox-installer/
    firefox-installer/xpi/
    firefox-installer/xpi/adt.xpi
    firefox-installer/xpi/browser.xpi
    firefox-installer/xpi/en-US.xpi
    firefox-installer/xpi/help.xpi
    firefox-installer/xpi/talkback.xpi
    firefox-installer/xpi/xpcom.xpi
    firefox-installer/config.ini
    firefox-installer/header.png
    firefox-installer/install.ini
    firefox-installer/license.txt
    firefox-installer/watermark.png
    firefox-installer/firefox-installer
    firefox-installer/firefox-installer-bin
    debian:/home/carspidey/firefox-installer# ./install.ini
    -su: ./install.ini: Permission denied


    I don't know what to do here??? i am kinda getting lost.. completely lost
    can someone help me here...
    And also. when i do the sources.list.. and run apt-get update it doesn't find anything.. i don't know what the problem is... help>>>>
    you need to be logged in as root

  8. #8
    Linux Enthusiast
    Join Date
    Jul 2005
    Location
    Maryland
    Posts
    521
    you are trying to use wrong file:
    Code:
    debian&#58;/home/carspidey/firefox-installer# ./install.ini
    it should be:
    Code:
    debian&#58;/home/carspidey/firefox-installer# ./firefox-installer

Posting Permissions

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