Fresh install of Lubuntu
Installed updates from synaptic
Installed wine and components from synaptic, upon what I assume is completion it popped this error code.
Is it something I should rush to fix?
Fresh install of Lubuntu
Installed updates from synaptic
Installed wine and components from synaptic, upon what I assume is completion it popped this error code.
Is it something I should rush to fix?
This is a known bug:
https://bugs.launchpad.net/ubuntu/+source/aptitude/+bug/1543280
They suggest running the following command:
sudo chown _apt /var/lib/update-notifier/package-data-downloads/partial/
Give it a try and see if it fixes the issue.
apt-get install --download-only <packageName>
instead ofapt download <packageName>
– uzay95 Jun 06 '21 at 16:55sudo apt install zoom_amd64.deb
started to update the existing installation but failed with the error message mentioned above. – Ingo Steinke Jan 25 '22 at 13:36