Linux Lite Forums

Software - Support => Updates => Topic started by: Dyno on September 15, 2022, 05:50:08 AM

Title: I am having problems with updates.
Post by: Dyno on September 15, 2022, 05:50:08 AM
I tried updating multiple times but keep getting errors.
Title: Re: I am having problems with updates.
Post by: stevef on September 15, 2022, 08:50:59 AM
Please open a terminal (by pressing 'ctrl+alt+t') and run the two commands below.  You will need to enter your password.

Code: [Select]
sudo dpkg --configure -a
Code: [Select]
sudo apt --fix-broken install
Title: Re: I am having problems with updates.
Post by: Şerban S. on September 20, 2022, 01:59:49 AM
I tried updating multiple times but keep getting errors.
Please, copy the error message and post it here. In order to understand what gets you to a halted update, we need to see the dpkg messages.
A sample log message, also solutions are here:

https://www.linuxliteos.com/forums/updates/a-probably-sticky-post-on-update-upgrade-errors-fix/

Best regards! :)