You are not logged in.
And if you run..
sudo apt install cairo-dock-plug-ins
???
I don't care what you do at home. Would you care to explain?
Online
Please post the entire terminal output of this command, include everything in the terminal window from the command itself downwards:
apt install -s cairo-dock-plug-ins
EDIT: Echo...
Last edited by Head_on_a_Stick (2016-05-01 20:14:05)
Offline
Please post the entire terminal output of this command, include everything in the terminal window from the command itself downwards:
apt install -s cairo-dock-plug-ins
EDIT: Echo...
Here it is:
apt install -s cairo-dock-plug-ins
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:
cairo-dock-plug-ins : Depends: cairo-dock-impulse-plug-in but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
P.S.: Synaptic shows "0 broken packages".
Last edited by martix (2016-05-01 20:18:09)
Offline
Right, see if cairo-dock-impulse-plug-in installs or produces an error message that might tell you what's conflicting with a Debian stable install, and so on after each error message. The problem is with your system, not with jessie.
-edit- Make sure you're fully upgraded first...
sudo apt update && sudo apt upgrade && sudo apt-get --purge autoremove
You can test this by installing the latest jessie or BunsenLab ISOs to a testing partition or a VM, cairo-dock will install without error.
I don't care what you do at home. Would you care to explain?
Online
Missed your EDIT
The following packages have unmet dependencies: pulseaudio : Depends: libpulse0 (= 5.0-13) but 7.1-2~bpo8+1 is to be installed
Hmmm, looks like my backporting advice may have caused a bit of trouble here
Try uninstalling TLP and then run `sudo apt-get install -f`
It appears that the linrunner repositories are for jessie after all, humble apologies for my silly mistake :8
http://linrunner.de/en/tlp/docs/tlp-lin … stallation
Offline
@hhh Yes, indeed. Bottom line is that there is something fishy with the system here.
@Head_on_a_Stick Now I noticed it too, but it does not seem that tlp is the culprit (or backporting).
I removed tlp and even made a restart -> it's still the same, cairo-dock-plug-ins will not install. It goes back to cairo-dock-impulse-plug-in and this goes back to pulseaudio (see post where I wrote that cairo-dock-core installed).
I'm not sure if it's relevant but I had problems with audio on #bĺ and this helped me to fix it:
sudo alsactl init
At the moment audio is working. However after upgrade I noticed that I could not use headphones anymore.
Offline
OK, time to break out the big guns:
sudo aptitude -u
Offline
OK, time to break out the big guns:
sudo aptitude -u
Why aptitude?
Offline
At least aptitude installed without issues
I also tried some other software and everything seems to be all right. Pulseaudio does not install (aptitude started fine).
Offline
At least aptitude installed without issues
I also tried some other software and everything seems to be all right. Pulseaudio does not install (aptitude started fine).
Cairo dock working?
Offline
What does the aptitude(8) ncurses interface have to say about your broken packages?
Offline
@ostrolek Not yet, however it seems that it goes back to pulseaudio, which is missing (otherwise cairo-dock would install fine).
@Head_on_a_Stick There is something called liblognorm2 (if you meant "search" and "find broken").
Offline
@matrix, back up your data and reinstall the latest BunsenLabs Stable Release, your sources will automatically be set up correctly by our new installer.
You can keep troubleshooting the way we're doing, but it seems you may have Broken BunsenLabs and that can be very tough to fix if it is fixable.
I don't care what you do at home. Would you care to explain?
Online
liblognorm2
https://packages.debian.org/search?keyw … ection=all
What does this say:
apt-cache policy liblognorm2
EDIT: https://packages.debian.org/jessie-back … iblognorm2
Try removing it.
Last edited by Head_on_a_Stick (2016-05-01 21:40:09)
Offline
^ That package is in jessie-backports/stretch/sid, if you search in them in particular
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
^ It's OK, the package is in jessie-backports too.
Offline
@hhh Yes, indeed, I see.
I'm not sure about the "aptitude(8) ncurses interface". aptitude -u starts fine. What is meant by the ncurses interface?
Offline
What is meant by the ncurses interface?
As seen here:
https://screenshots.debian.net/package/aptitude
The interface is very powerful and probably the best tool for fixing broken systems but it does have a learning curve
Offline
What does this say:
apt-cache policy liblognorm2
liblognorm2:
Installed: 1.1.2-1.1~bpo8+1
Candidate: 1.1.2-1.1~bpo8+1
Version table:
*** 1.1.2-1.1~bpo8+1 0
100 /var/lib/dpkg/status
Offline
liblognorm2: Installed: 1.1.2-1.1~bpo8+1 Candidate: 1.1.2-1.1~bpo8+1 Version table: *** 1.1.2-1.1~bpo8+1 0 100 /var/lib/dpkg/status
So you installed it from a .deb then?
Can you remove the package?
Offline