I have this error: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem
.
How to fixed it?
I have this error: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem
.
How to fixed it?
sudo dpkg --configure -a
? – MatsK Feb 15 '19 at 08:56sudo dpkg --configure -a
– g_p Feb 15 '19 at 08:57--configure package...|-a|--pending: Reconfigure an unpacked package. If -a or --pending is given instead of package, all unpacked but unconfigured packages are configured
– j-money Feb 15 '19 at 09:01