I currently have Ubuntu 19.10. I don't how my package system broke. I did not install anything new in the last week, as far as my memory goes. But suddenly an error started showing up. Now, I cannot even update my system. Please help if you can. I have tried many commands I could look up online, but none of them worked. The dpkg folder always returned an error code 1. Below are the screenshots for reference.
The package manager shows the latest version is installed but..
sudo apt update
) OR you're using an outdated mirror or have other like issue (ie. useapt-cache policy
to explore) – guiverc Mar 06 '20 at 07:30aptitude
notapt
orapt-get
to attempt the installation/upgrade and it resolved the issue. YMMV – Kevin Bowen Mar 06 '20 at 07:42