0

“Sub-process /usr/bin/dpkg returned an error code (1)” In Ubuntu

is there any solution to fix this error?

Dpkg Ubuntu Add a comment
jacob
asked Apr 15 2021

Answer

0

Answer:

This error is a corrupted dpkg database. Run the following command to solve this issue

sudo dpkg --configure -a

This reconfigures the unpacked packages those were not installed during the installation process running.

Add a comment
linuxhelp
asked Apr 15 2021
edited Apr 15 2021
Post your Answer