I have Ubuntu 12.04 running smoothly without any problems. Until recently, I have been receiving this pop-up stating
sorry, a problem occurred while installing software Package: blcr-dkms
Ubuntu keeps running fine. I don't know if there is really anything wrong.
In the case that everything is fine, how do I remove these messages?
sudo apt-get update
first. Also, purging and installation can be done in one command (and this makes sure the installation package is available before purging):sudo apt-get --purge --reinstall install blcr-dkms
– Eliah Kagan Jun 15 '12 at 23:29