0

I get the following message:

An unresolvable problem occurred while initializing the package information.
Please report this bug against the 'update-manager' package and include the following error message:
'E:Type 'b-src' is not known on line 2 in source list /etc/apt/sources.list.d/cdemu-ppa-precise.list'
heemayl
  • 93,925

1 Answers1

0

The issue is due to the malformed source list of the CDEmu PPA. Run the following command to rename the source list of teh PPA and then open software center or update manager:

sudo mv /etc/apt/sources.list.d/cdemu-ppa-precise.list /etc/apt/sources.list.d/cdemu-ppa-precise.list.bak

Also seems that CDEmu has dropped the support for Ubuntu 12.04, so you can remove the source list of CDEmu if you want.

heemayl
  • 93,925