Results 1 to 10 of 10

Thread: Firefox not updating - what is the best way to update it using GUI method

  1. #1
    Join Date
    Jul 2018
    Beans
    26

    Firefox not updating - what is the best way to update it using GUI method

    Auto updates is selected in my settings but nothing seems to be updating. I know that Firefox is not updating because I get a notification when I log in that I do not have the latest version.

    I posted for help in this thread but never resolved the issue:
    https://ubuntuforums.org/showthread....8#post13834748

    What is the best way for me to update Firefox? I prefer to use the GUI (graphical user interface) method if possible.

    Thanks in advance.

  2. #2
    Join Date
    Feb 2010
    Location
    In My Food Forest
    Beans
    9,318

    Re: Firefox not updating - what is the best way to update it using GUI method

    Firefox would normally get updated when running system updates. Have you been able to get your system to update? If not, then could you run the following command in a terminal, then copy and paste it here?
    Code:
    sudo apt update && sudo apt dist-upgrade
    Cheers & Beers, uRock
    [SIGPIC][/SIGPIC]

  3. #3
    Join Date
    Jul 2018
    Beans
    26

    Re: Firefox not updating - what is the best way to update it using GUI method

    I get:

    Code:
    (Regular Username) is not in the sudoers file. This incident will be reported.
    I always log in with my regular account for security purposes with the intention of entering the sudo password to access permission for this kind of thing.

    So, obviously, this is messed up.

    How do I fix this and get my updates straightened out?

    Thanks in advance.
    Last edited by sunrise718; June 29th, 2019 at 03:48 AM.

  4. #4
    Join Date
    Feb 2010
    Location
    In My Food Forest
    Beans
    9,318

    Re: Firefox not updating - what is the best way to update it using GUI method

    You have to log in as admin to run updates. Even while logged in as admin, you'll get a prompt for a password before completing a root task.
    Cheers & Beers, uRock
    [SIGPIC][/SIGPIC]

  5. #5
    Join Date
    Jul 2018
    Beans
    26

    Re: Firefox not updating - what is the best way to update it using GUI method

    I never used to have to log in as an admin to get updates with a different (older) computer. It would do it automatically from the regular user account after entering the admin password. Has that changed?

    That said, I logged in as the admin to check things out and discovered that my WiFi password was not in the system for that account. Strange. So, I entered that.

    I was unable to enter the admin password in the terminal; it froze at that point.

    Then I tried to download the updates through settings and received the following failure notifications:

    Code:
    Unable to download updates from "extensions.gnome.org": [*/*/*/source/shell-extensions/*]failed to download https://extensions.gome.org//static/extensions.json: Cannot resolve hostname
    And this:

    Code:
    Low disk on "var" The volume "var" has only 220.1 MB disk space memory
    Clicking "Examine' produced the following:

    Code:
    Error opening directory /var/log/gdm3': Permission denied. Could not open some of the folders contained in "/var"
    Perhaps the permission error was due to not having the network password in the system but that part was resolved.

    Perhaps if these problems are resolved, I can properly download updates from the regular account using the admin password.

  6. #6
    Join Date
    Feb 2010
    Location
    In My Food Forest
    Beans
    9,318

    Re: Firefox not updating - what is the best way to update it using GUI method

    To run commands you have to be in the Admin user account. You do have the option to elevate to admin user for GUI applications from the Standard account.

    The first line of code makes it appear the network connection is working properly.

    The low disk space can be fixed by running a few commands from the admin account to clean up logs, temp, cache, and old packaging.
    Code:
    sudo  apt clean
    sudo apt autoclean
    sudo apt autoremove
    After this and figuring out your network issue, if that's still happening, we should be able to get updates to run.

    I usually run Bleachbit to keep the cache and temp files to a minimum.


    https://www.omgubuntu.co.uk/2016/08/...pace-on-ubuntu
    Cheers & Beers, uRock
    [SIGPIC][/SIGPIC]

  7. #7
    Join Date
    Jul 2018
    Beans
    26

    Re: Firefox not updating - what is the best way to update it using GUI method

    I need someone to help me figure out why Firefox is still not updating for me and neither are other updates. I tried the advice above from uRock but that did not resolve the issues.

    When I try to update from my regular account via the GUI, I am getting:

    Code:
    Unable to download updates from "extensions.gnome.org": [*/*/*/source/shell-extensions/*]failed to download https://extensions.gome.org//static/extensions.json: Cannot resolve hostname


    And this:


    Code:
    Low disk on "var" The volume "var" has only 241.6 MB disk space remaining.

  8. #8
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Firefox not updating - what is the best way to update it using GUI method

    Packages are stored in /var/, so if /var is almost full, there isn't any room for the packages/updates to go.

    I don't use the GUI, so cannot suggest any GUI solutions. Sorry.

  9. #9
    Join Date
    Feb 2010
    Location
    In My Food Forest
    Beans
    9,318

    Re: Firefox not updating - what is the best way to update it using GUI method

    Quote Originally Posted by sunrise718 View Post
    I need someone to help me figure out why Firefox is still not updating for me and neither are other updates. I tried the advice above from uRock but that did not resolve the issues.

    When I try to update from my regular account via the GUI, I am getting:

    Code:
    Unable to download updates from "extensions.gnome.org": [*/*/*/source/shell-extensions/*]failed to download https://extensions.gome.org//static/extensions.json: Cannot resolve hostname


    And this:


    Code:
    Low disk on "var" The volume "var" has only 241.6 MB disk space remaining.
    What's your partitioning scheme? Can you open Disks and take a screenshot of the partition table or share the output of the following command,
    Code:
    sudo fdisk -l
    Cheers & Beers, uRock
    [SIGPIC][/SIGPIC]

  10. #10
    Join Date
    Jul 2018
    Beans
    26

    Re: Firefox not updating - what is the best way to update it using GUI method

    Quote Originally Posted by uRock View Post
    What's your partitioning scheme? Can you open Disks and take a screenshot of the partition table or share the output of the following command,
    Code:
    sudo fdisk -l
    I was going to reply to you, uRock, but then the system crashed, no doubt due to a memory issue. So, I reinstalled Ubuntu and so far all is well.

    This time I did not partition it like I did originally. I went with the default installation.

    Onward and upward!

Tags for this Thread

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
  •