Announcement

Collapse
No announcement yet.

update program

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] update program

    The upgrade program does not work and is impossible to close. If I try updating in the terminal, I can't do that either, because the process is running.

    The problem seems to be, nowhere to type the password in order to allow updating/upgrading.

    So, what to do?

    #2
    the easiest way to close it is just restart the box .

    or you could
    Code:
    ps aux | grep discover
    get the PID of the process and then use "kill" on the PID# like "kill 1824" or whatever # it had in that ps output.

    save the trouble and just do you updates in the Konsole
    Code:
    sudo apt-get update && sudo apt-get dist-upgrade
    even if "discover" is not running (has closed)you will still get 1 line in that command showing "grep" looking for discover .

    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment

    Working...
    X