I don't understand what happened. I've reloaded the repositories and issued the 'update' command, but all the packages I select to install from Synaptic displays a red box and under properties, the status = Broken. In the status bar, on the bottom left of the Synaptic panel, it states:
5 packages listed, 2788 installed, 1 broken, 3 to install/upgrade, 0 to remove; 10.3 MB will be used
I was trying to install bluefish at the time. The confusing thing is it doesn't matter what I try to install, I get the same '1 broken...' status display.
I've been using Kubuntu for some time now and I'm happy to say that due to my experience with this OS, I'm sure, whatever broke, is a direct or indirect result of me doing something I should not have done (assume humble and self-deprecating grin here).
What exactly is wrong and how do I fix it?
Here's what happens when I try to install a package from the terminal:
I get the same error on all terminal install attempts.
5 packages listed, 2788 installed, 1 broken, 3 to install/upgrade, 0 to remove; 10.3 MB will be used
I was trying to install bluefish at the time. The confusing thing is it doesn't matter what I try to install, I get the same '1 broken...' status display.
I've been using Kubuntu for some time now and I'm happy to say that due to my experience with this OS, I'm sure, whatever broke, is a direct or indirect result of me doing something I should not have done (assume humble and self-deprecating grin here).
What exactly is wrong and how do I fix it?
Here's what happens when I try to install a package from the terminal:
Code:
mark@AMD64-LTS:~$ sudo apt-get install bluefish Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: bluefish : Depends: bluefish-plugins (= 2.2.5-1) but it is not going to be installed E: Unable to correct problems, you have held broken packages. mark@AMD64-LTS:~$
Comment