google-code-export / lxpanelx

Automatically exported from code.google.com/p/lxpanelx
Other
1 stars 0 forks source link

Dependencies errors when I install lxpanelx #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is the problem:

1. Install lxpanelx:
      # dpkg -r --force-depends lxpanel
      # dpkg -i lxpanelx_0.6.0+svn20140112-r694_i386.deb

2. Get errors when I try to install something:
      # apt-get install csh
      ...
      The following packages have unmet dependencies:
       lxde-core : Depends: lxpanel (>= 0.5.5) but it is not going to be installed
      E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
      #

Any ideas?

Original issue reported on code.google.com by simon.ge...@gmail.com on 3 Oct 2014 at 3:46