Results 1 to 10 of 10

Thread: ultranoob needs help updating firefox in xubuntu 12.04

  1. #1
    Join Date
    Mar 2014
    Beans
    7

    ultranoob needs help updating firefox in xubuntu 12.04

    Hello all

    So far I can use my Xubuntu 12.04 disc to look around in xubuntu live, but can't figure out how to update the firefox to the lastest version so I can get the HTML5 add-on so I can watch youtube.

    I *think* I downloaded the update, but from there I'm lost, it makes no logical sense to me.

  2. #2
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,420
    Distro
    Kubuntu

    Re: ultranoob needs help updating firefox in xubuntu 12.04

    not sure I understand what your doing there.
    if your using the live Dvd you can't upgrade it until you install it on your computer. then you should be able to update the the latest version.
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

  3. #3
    Join Date
    Mar 2014
    Beans
    7

    Re: ultranoob needs help updating firefox in xubuntu 12.04

    So I can't update Firefox (I think the Firefox that comes with my Xubuntu 12.04 32 bit CD is a low rev like 2.xx or 4.xx or something, and now it's up to 28.xx) until I actually *install* the Xubuntu?

  4. #4
    Join Date
    Apr 2012
    Location
    Darkstar
    Beans
    324

    Re: ultranoob needs help updating firefox in xubuntu 12.04

    Why don't you install Xubuntu? Once you do, you can run:

    Code:
    sudo apt-get update && sudo apt-get upgrade firefox
    It will then ask for password, and you can enter it, but remember it will not show your password as you are typing, only a blinking cursor.

    If you do want the latest version of Firefox in a live CD, Xubuntu 13.10 might have it, but I'm not sure why you wouldn't want to install Xubuntu before watching YouTube.
    Last edited by codingman; March 21st, 2014 at 08:52 PM.
    CrunchBang Linux
    Plz no tpe lik dis or no anser!!
    The search tool can be found in the upper right corner of your screen, please use it to your advantage, especially before asking questions.

  5. #5
    Join Date
    Mar 2014
    Beans
    7

    Re: ultranoob needs help updating firefox in xubuntu 12.04

    Okay thanks people that I will do, install the Xubuntu and see how I do.


    So I have to insert that bit of code somewhere? Where? Or will it be easy enough to find?

  6. #6
    Join Date
    Apr 2012
    Location
    Darkstar
    Beans
    324

    Re: ultranoob needs help updating firefox in xubuntu 12.04

    Just let us know when you have it installed, and I'll walk you through it .
    CrunchBang Linux
    Plz no tpe lik dis or no anser!!
    The search tool can be found in the upper right corner of your screen, please use it to your advantage, especially before asking questions.

  7. #7
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,420
    Distro
    Kubuntu

    Re: ultranoob needs help updating firefox in xubuntu 12.04

    In fact while you are installing , if you have a fairly good internet connection , you can upgrade all the programs by selecting the option to update while installing.
    or your can wait until it's installed and type the following in a terminal to update your system to the latest stable programs
    Code:
    sudo apt-get update
    sudo apt-get upgrade
    Good Luck and enjoy
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

  8. #8
    Join Date
    Jun 2012
    Beans
    822

    Re: ultranoob needs help updating firefox in xubuntu 12.04

    Lots of people prefer to do the upgrades while installing. Use a wired connection if you do this. This could be made clearer in the installer IMO.

    I prefer to install and then update. But if you do that the above commands in terminal aren't what you want to do. apt-get upgrade won't actually remove packages/programs and replace them, and if you do a 12.04 update you'll replace the kernel. The right commands are:

    Code:
    sudo apt-get update
    sudo apt-get dist-upgrade
    ... or you could just use the GUI tool in Menu->Settings Manager->Software Updater ... if I remember that right (I'm an ex xubuntu user).

  9. #9
    Join Date
    Apr 2012
    Location
    Darkstar
    Beans
    324

    Re: ultranoob needs help updating firefox in xubuntu 12.04

    Oh yeah, forgot that you can install updates during installation! When you're done, just to check, run:
    Code:
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get clean
    sudo apt-get autoclean
    (Did I get the commands right?, currently in the Windows side of dual-boot.)
    CrunchBang Linux
    Plz no tpe lik dis or no anser!!
    The search tool can be found in the upper right corner of your screen, please use it to your advantage, especially before asking questions.

  10. #10
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,420
    Distro
    Kubuntu

    Re: ultranoob needs help updating firefox in xubuntu 12.04

    Quote Originally Posted by codingman View Post
    Oh yeah, forgot that you can install updates during installation! When you're done, just to check, run:
    Code:
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get clean
    sudo apt-get autoclean
    (Did I get the commands right?, currently in the Windows side of dual-boot.)
    as pointed out above you should use:

    Code:
    sudo apt-get dist-upgrade
    instead of upgrade..
    Last edited by kc1di; March 22nd, 2014 at 05:26 PM.
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

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
  •