## "Processing was halted because there were too many errors" Type: ```bash sudo dpkg --configure -a ``` [[dpkg]] fixes the problem. ## "Paste subprocess was killed by signal (Broken pipe)" [[apt]] will mention a file name "/var/cache/apt/...", then type: ```bash sudo dpkg -i --force-overwrite /var/cache/apt... ```