Some times when you install a new deb package, the system will be broken. We may have to remove the package. For this , you can try the following. ( Assuming aspell is the broken package) # apt-get remove aspell #dpkg -P aspell #dpkg –force-all -r aspell These methods can also fail some time. Your…