1 Answer
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.
Your Answer