Reinstall Docker appears E: Sub-process / usr / bin / dpkg returned an error code (1)

An error occurred while reinstalling Docker: E: Sub-process / usr / bin / dpkg returned an error code (1)

Solution:

Enter the following directory:

cd /var/lib/dpkg

Delete the file:

sudo mv info info.baksudo

Re-create the file:

sudo mkdir info

Docker installation again.

Successful installation.

 

Guess you like

Origin blog.csdn.net/M82_A1/article/details/92186791