I was trying to install mono using following commands,
- sudo apt-get install mono-*
unfortunately, I closed the terminal while it installing. again i started to reinstall but shown error like
Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
I tried below commands for solution,
- sudo rm /var/lib/apt/lists/lock
- sudo rm /var/cache/apt/archives/lock
But now I am getting the error like
dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
how do I fix this one?