Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 4047  / 2 Years ago, sun, july 17, 2022, 1:19:42

Update Manger has frozen for about 60min when downloading flashplugin-installer.

And the Cancel button of Applying Changes dialog is disabled.

When I click the top-left x, it doesn't response.

How to cancel downloading flashplugin-installer?



...SKIP...
Setting up libxatracker1 (8.0.2-0ubuntu3.1) ...
Setting up update-manager-core (1:0.156.14.5) ...
Setting up update-manager (1:0.156.14.5) ...
Setting up update-notifier-common (0.119ubuntu8.4) ...
flashplugin-installer: downloading http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.236.orig.tar.gz

More From » flash

 Answers
7

It doesn't take much time to install flashplugin. To check whether update is still working (downloading/installing) check the output of this command:

ps aux | grep http

This will result in 2 or 3 lines with the second column of each line being the pid of the process if the process is doing its job. If the result is just 1 line, say the last phrase being grep http or something, the updates are not being downloaded/installed. Its safe to kill the update manager

To do this:

run: ps aux | grep update and note the pid of the update-manager being the second column after your user name in the 2/3 line list of output. Let the pid of update-manager be pid

Kill this process by running:

kill -9 pid

If operation is not permitted, try with sudo, but take care that you don't kill any other process. Note the pid of update-manager carefully.


[#37731] Monday, July 18, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
luringdge

Total Points: 3
Total Questions: 126
Total Answers: 109

Location: India
Member since Sun, Feb 6, 2022
2 Years ago
;