Results 1 to 6 of 6

Thread: Is there a terminal command to start the update manager?

  1. #1
    Join Date
    Oct 2008
    Location
    IL
    Beans
    60
    Distro
    Ubuntu

    Is there a terminal command to start the update manager?

    Is there a terminal command to start the update manager? I use fluxbox and I want to add it to my start up file but I don't know the command.

  2. #2
    Join Date
    May 2006
    Location
    Amsterdam
    Beans
    1,731
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Is there a terminal command to start the update manager?

    Hi, please have a look at https://help.ubuntu.com/community/Upgrades
    Upgrade Ubuntu | Upgrade unsupported Ubuntu versions | Always backup | Howto upgrade flash
    Minimal CD install | Remove old kernels | My blog | Linux user #462801 | Conscience doth make cowards of us all. -- Shakespeare

  3. #3
    Join Date
    Jan 2008
    Beans
    7,744

    Re: Is there a terminal command to start the update manager?

    Quote Originally Posted by entikryst View Post
    Is there a terminal command to start the update manager? I use fluxbox and I want to add it to my start up file but I don't know the command.
    The command is:

    Code:
    gksu update-manager
    (this is assuming you've installed update-manager of course)

  4. #4
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: Is there a terminal command to start the update manager?

    In the terminal you could always run:

    Code:
    sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade

  5. #5
    Join Date
    Aug 2006
    Location
    Just call me J
    Beans
    1,053
    Distro
    Ubuntu Development Release

    Re: Is there a terminal command to start the update manager?

    Just

    update-manager

    should work, then if it needs additional permissions it will ask for an admin password (i.e. yours).
    1) ASUS GL702ZC: Ryzen 1700, 32GB, RX580, MATE@Manjaro-x64
    2) Lenovo X230: Core i5-3320M, 4GB, Intel HD4000, Intel 6205, MATE@Manjaro-x64
    3) MSI GT70: i7-3650, 16GB, GTX680M, MATE@Manjaro-x64

  6. #6
    Join Date
    Oct 2008
    Location
    IL
    Beans
    60
    Distro
    Ubuntu

    Re: Is there a terminal command to start the update manager?

    Thank you all for your quick responses.

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
  •