3

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?

Eliah Kagan
  • 119,640
user65314
  • 31
  • 1
  • 3

2 Answers2

1

Try:

sudo apt-get purge blcr-dkms
sudo apt-get install blcr-dkms
SirCharlo
  • 40,096
1

There is a bug filed on this:

"blcr kernel module failed to build with kernel 3.0 : configure: error: --with-linux argument '3.0-x' is neither a kernel version string nor a full path" https://bugs.launchpad.net/ubuntu/+source/blcr/+bug/804943

Someone suggests just removing the package. (Perhaps first check why the package is installed -- Can I see why a package is installed?)

Hugo Heden
  • 378
  • 2
  • 6