Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 5705  / 1 Year ago, sun, november 20, 2022, 11:12:19

While upgrading a distribution, the update manager freezes. How to restart the process of a safe upgrade?


More From » 13.04

 Answers
2

I have taken the following steps to solve the condition:



sudo pkill saucy


This will kill the process named saucy which has frozen. Then there would be a need to reconfigure the downloaded packages. To do this:



sudo dpkg --configure -a 


There may be some packages which might have downloaded but not installed. To install them, do the following:



sudo apt-get upgrade 


Finally, it might be possible that your system has actually not detected the upgrade (Well, strange things happen with computers!). Therefore to alleviate this problem run:



sudo apt-get -y dist-upgrade

[#28917] Sunday, November 20, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rtbrbab

Total Points: 461
Total Questions: 126
Total Answers: 117

Location: Saudi Arabia
Member since Fri, Jul 1, 2022
2 Years ago
;