Dpkg Configure To Correct The Problem Top | Dpkg Was Interrupted You Must Manually Run Sudo
dpkg and apt use lock files to prevent concurrent operations. If a previous process was killed, these locks might remain. Check and remove them only if no package manager is actually running.
The error message provides the direct solution. Opening your terminal and running this command instructs the package manager to finish the configuration of all unpacked but unconfigured packages. sudo dpkg --configure -a Use code with caution. Copied to clipboard for the process to complete entirely. Do not interrupt dpkg and apt use lock files to prevent concurrent operations