Results 1 to 10 of 10

Thread: ubuntu software upgrader doesn't start when I click on the icon

  1. #1
    Join Date
    Dec 2016
    Beans
    34

    ubuntu software upgrader doesn't start when I click on the icon

    I'm using Ubuntu 20.04 LTS, and when I click on the icon for the software updater, he doesn't start. Is there a command for the terminal to start is?

  2. #2
    Join Date
    May 2010
    Beans
    3,240

    Re: ubuntu software upgrader doesn't start when I click on the icon

    Try
    Code:
    sudo software-center
    Or
    Code:
    sudo gnome-software-center

  3. #3
    Join Date
    Aug 2021
    Beans
    194
    Distro
    Xubuntu

    Re: ubuntu software upgrader doesn't start when I click on the icon

    Do you mean the Software Updater app? You can start it from the shell with this command:
    Code:
    update-manager
    Analogously, you can also invoke apt like so
    Code:
    apt update
    which will first fetch the sources and tell you if there are packages that can be upgraded.
    Code:
    apt list --upgradable
    will list those packages. If you're ready, run
    Code:
    apt upgrade
    to upgrade them.

    apt requires superuser privileges.

  4. #4
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: ubuntu software upgrader doesn't start when I click on the icon

    Don't forget that you will have to run all the apt commands shown by kbar as root, and will therefore have to use sudo before each command, ie, sudo apt update etc etc.

  5. #5
    Join Date
    Aug 2021
    Beans
    194
    Distro
    Xubuntu

    Re: ubuntu software upgrader doesn't start when I click on the icon

    Quote Originally Posted by ajgreeny View Post
    Don't forget that you will have to run all the apt commands shown by kbar as root, and will therefore have to use sudo before each command, ie, sudo apt update etc etc.
    No. By default, credentials are cached for 15 minutes per terminal. Running it once (in the beginning) is sufficient.

  6. #6
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: ubuntu software upgrader doesn't start when I click on the icon

    But you still need to use sudo except for the apt list, though you will not need to enter your password again as that is what will be cached.
    Last edited by ajgreeny; November 30th, 2021 at 09:40 AM.

  7. #7
    Join Date
    Aug 2021
    Beans
    194
    Distro
    Xubuntu

    Re: ubuntu software upgrader doesn't start when I click on the icon

    That's what I've said, yes.

  8. #8
    Join Date
    May 2010
    Beans
    3,240

    Re: ubuntu software upgrader doesn't start when I click on the icon

    If you run
    Code:
    sudo apt update
    sudo apt full-upgrade
    Does it work OK?

  9. #9
    Join Date
    Dec 2016
    Beans
    34

    Re: ubuntu software upgrader doesn't start when I click on the icon

    Quote Originally Posted by ActionParsnip View Post
    If you run
    Code:
    sudo apt update
    sudo apt full-upgrade
    Does it work OK?
    When I tried this command: update-manager I got the update manager.

    It is just that I made a mistake, it is not the software update manager I have problems with, it is the Ubuntu Software icon that doesn't work. That is the square orange icon, which let's you install all kind of programs for Ubuntu. That one doesn't do anything.

  10. #10
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,209
    Distro
    Ubuntu Budgie Development Release

    Re: ubuntu software upgrader doesn't start when I click on the icon

    Try the following command and report any errors.

    Code:
    gnome-software
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

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
  •