Linux Lite Forums
Resolution for Install Update Errors - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20)
+--- Thread: Resolution for Install Update Errors (/showthread.php?tid=7713)



Resolution for Install Update Errors - soumit - 04-01-2021

How to resolve the following error:

Install Updates Error log
===========================
Install Updates could not successfully download and install available updates.
Go to https://www.freecinema2022.gq/forums/ and paste the log below into a new or existing thread for assistance.

============ Log ===========

E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.


Re: Resolution for Install Update Errors - stevef - 04-01-2021

Something interrupted the update process. To resolve the error

Click 'menu'
Select 'system'
Click 'Terminal Emulator'

At the user prompt in the resulting window type in

Code:
sudo dpkg --configure -a

Press 'enter' and follow the on screen instructions.  Subsequent updates should be ok.  Any problems post back.


Re: Resolution for Install Update Errors - firenice03 - 04-01-2021

Corrected the code, command requires sudo...
:dft012:


Re: Resolution for Install Update Errors - soumit - 04-01-2021

Tried the resolution but the prompt stopped at password and the same error came up while trying to update as below;

===========================
Install Updates Error log
===========================
Install Updates could not successfully download and install available updates.
Go to https://www.freecinema2022.gq/forums/ and paste the log below into a new or existing thread for assistance.

============ Log ===========

E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.



Re: Resolution for Install Update Errors - stevef - 04-01-2021

firenice03 - thank you, missed that.

soumit - What do you mean by 'stopped at password' ?

If prompted to enter password (which should look a bit like this)

[sudo] password for stevef:

You need to type your user password and press enter to authorize the command.
If you've done that and something else is happening then ask again.




Re: Resolution for Install Update Errors - soumit - 04-01-2021

This is what is happening. The terminal is not allowing me to type in my password:

Welcome to Linux Lite 5.2 soumit

Thursday 01 April 2021, 18:55:31
Memory Usage: 812/5845MB (13.89%)
Disk Usage: 9/63GB (16%)
Support - https://www.freecinema2022.gq/forums/ (Right click, Open Link)

 soumit  ~  sudo dpkg --configure -a
[sudo] password for soumit:
Sorry, try again.
[sudo] password for soumit:
Sorry, try again.
[sudo] password for soumit:



Re: Resolution for Install Update Errors - firenice03 - 04-01-2021

[member=48156]soumit[/member]


This is the same password you log on with or would have created at install..
The same you enter to initiate the Updates


Ensure caps are not on etc..
You can type your password outside the prompt - in the terminal to verify it is correct (should it be language or numlock)... ???




Re: Resolution for Install Update Errors - Valtam - 04-01-2021

The password is not visible whilst being typed. Just type it anyway and hit Enter key.


Re: Resolution for Install Update Errors - soumit - 04-02-2021

Thank you [member=9039]stevef[/member], [member=5414]firenice03[/member] and Jerry. Issue resolved.