apt-get -f install subprocess dpkg error
Hi! This Tip shows you How to Solve the Ubuntu apt-get -f install Issue “Sub-process /usr/bin/dpkg returned an error code (1)”.
This is usually caused from a Conflicting Package, so try take note of the Errors were encountered while processing Package’s Name.
-
First, Reconfigure System.
sudo dpkg --configure -a
Look on OutPut for Conflicting Packages.
-
Then if any possibly Remove Package.
sudo remove [conflictingPackage]
-
Else See this Repair Broken System Guide