08-07-2020, 04:39 AM
Interesting - I was wondering which process locked dpkg.
I've encountered the 'stuck while setting up' problem twice, and the easy way to fix it is:
I've encountered the 'stuck while setting up' problem twice, and the easy way to fix it is:
Code:
sudo reboot
sudo dpkg --configure -a
sudo apt --fix-broken install
# Continue upgrading, if required
sudo apt upgrade