webgui has dependency probem with libpoe-component-client-http-perl(>=0.88) which is not installable?

Asked by ad thom

1. I use synaptic installer with ubuntu 10.04 Lucid.
2. I search for webgui.
3. It comes up with it correctly and asks if I want to apply my installation selection.
4. When I try to install it says:
webgui:
Depends: libpoe-component-client-http-perl(>=0.88) but it is not installable.

If I do a right click on webgui--->then select properties--->files
I can see that the libpoe file is in an italic font (different from the other fonts). If this doesn't work-why is it listed by synaptic as being installable. Also, there have been similar comments made concerning the installation of webgui on ubuntu lucid.
Thanks for any help you can give me!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu webgui Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

lsb_release -a; sudo apt-get install webgui

Thanks

Revision history for this message
ad thom (javabiz) said :
#2

$ lsb_release -a; sudo apt-get install webgui
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04 LTS
Release: 10.04
Codename: lucid
[sudo] password for uclror:
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:
  webgui: Depends: libpoe-component-client-http-perl (>= 0.88) but it is not installable
E: Broken packages

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

https://bugs.launchpad.net/ubuntu/+source/webgui/+bug/576248

Shows the, adding universe repos for karmic, this should satisfy the dep but make sure you remove the repo after or you will get a big mess of an OS

Revision history for this message
ad thom (javabiz) said :
#4

actionparsnip
I appreciate your help on this--webgui--seems to be a dynamite CMS app but so far I've been unable to install it. I will add the universe repos for karmic but should I just use it while installing the libpoe-component-client-http-perl mentioned above or for the command you gave me above?
Thanks for your help!

Revision history for this message
ad thom (javabiz) said :
#5

Sorry actionparsnip
The link you gave me answered my question--now hopefully it will install!
Thanks again!

Revision history for this message
ad thom (javabiz) said :
#6

From the Martin Mattel post that solved the problem on the above link

Martin says:
Afterwards I manually installed, before Webgui:

  sudo apt-get install libpoe-component-client-http-perl

And after finishing I uncomment the two lines above

As a final step

  sudo apt-get install webgui

(His third line should read after finishing the command on line two above--that he COMMENTED the two lines where he added the two karmic repos.
Other then that--worked like a charm! I used synaptic for the sudo apt-get install webui
Thanks again to actionparsnip and Martin Mattel for this--saved me a bunch of time!

Revision history for this message
ad thom (javabiz) said :
#7

Thanks actionparsnip, that solved my question.