Executes the Linux commandsudo apt install curl
and reports an error:
E: dpkg is interrupted. You must manually run ‘sudo dpkg — configure – a’ to solve this problem
System version: Ubuntu 20.04 LTS
Solution: three-step command line
sudo rm /var/lib/dpkg/updates/*
sudo apt-get update
sudo apt-get upgrade