I've searched and read through most of articles about this problem. But it seems they are all referring to earlier versions of kubuntu. I have universe, multiverse, restricted and medibuntu repositories enabled. However, k3b can't burn an audio cd from mp3 files. Amarok can read and play them with no problem.
The most common reply I've seen to this problem is to install libk3b2-mp3.
So when I try:
sudo apt-get install libk3b2-mp3
I get:
Package libk3b2-mp3 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libk3b2-extracodecs
E: Package libk3b2-mp3 has no installation candidate
I'm curious what that other package is that refers to libk3b2-mp3? If I understand the above message correctly, perhaps a line in another package needs to be changed to refer to libk3b2-exracodecs instead of libk3b2-mp3. So is libk3b2-mp3 obsolete in this version (kubuntu hardy 8.04)? Has it been replaced by libk3b2-exracodecs? If so, what package is referring to the older libk3b2-mp3?
The most common reply I've seen to this problem is to install libk3b2-mp3.
So when I try:
sudo apt-get install libk3b2-mp3
I get:
Package libk3b2-mp3 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libk3b2-extracodecs
E: Package libk3b2-mp3 has no installation candidate
I'm curious what that other package is that refers to libk3b2-mp3? If I understand the above message correctly, perhaps a line in another package needs to be changed to refer to libk3b2-exracodecs instead of libk3b2-mp3. So is libk3b2-mp3 obsolete in this version (kubuntu hardy 8.04)? Has it been replaced by libk3b2-exracodecs? If so, what package is referring to the older libk3b2-mp3?
Comment