Ububtu Lucid webgui (7.7.30-1) - install

Asked by Neil Kanth

I want to install webgui (7.7.30-1) onto Ubuntu Lucid, http://packages.ubuntu.com/hu/lucid/webgui

Do I have to individually install each requirement or is there an easier way?

Can you provide a simple step-by-step.

Thank you
Neil

Question information

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

Just enable universe repo then run:

sudo apt-get install webgui

Revision history for this message
Cameron W (cwill747) said :
#2

It's very easy to install! On your Ubuntu computer, click System, then Administration, then Synaptic Package Manager. Enter your password if prompted. Then, type webgui in the search field, click the checkbox next to it, and hit "Mark for Installation". It will automatically install each dependency.

Revision history for this message
Neil Kanth (neilkpd) said :
#3

I have setup a basic Ubuntu server. I will now need to make it a LAMP server before trying the first approaches. Is that correct?

Revision history for this message
Neil Kanth (neilkpd) said :
#4

I brought the server up to level - LAMP

After adding new deb source and running apt-get, I got this error:

root@webgui:~# apt-get install webgui
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

Am I missing something?

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

cd ~; wget http://launchpadlibrarian.net/26360941/libpoe-component-client-http-perl_0.88-1_all.deb; sudo dpkg -i ./libpoe-component-client-http-perl_0.88-1_all.deb; sudo apt-get -f install; rm ./libpoe-component-client-http-perl_0.88-1_all.deb; sudo apt-get install webgui

Should do it. I hope to god you are not logging in as root

Revision history for this message
Neil Kanth (neilkpd) said :
#6

Dependency error:

neil@webgui:~$ sudo dpkg -i ./libpoe-component-client-http-perl_0.88-1_all.deb
Selecting previously deselected package libpoe-component-client-http-perl.
(Reading database ... 23608 files and directories currently installed.)
Unpacking libpoe-component-client-http-perl (from .../libpoe-component-client-http-perl_0.88-1_all.deb) ...
dpkg: dependency problems prevent configuration of libpoe-component-client-http-perl:
 libpoe-component-client-http-perl depends on libpoe-perl; however:
  Package libpoe-perl is not installed.
 libpoe-component-client-http-perl depends on libnet-ssleay-perl; however:
  Package libnet-ssleay-perl is not installed.
 libpoe-component-client-http-perl depends on libpoe-component-client-keepalive-perl (>= 0.25); however:
  Package libpoe-component-client-keepalive-perl is not installed.
dpkg: error processing libpoe-component-client-http-perl (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libpoe-component-client-http-perl

I will continue to try getting it to work!

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7
Revision history for this message
Neil Kanth (neilkpd) said :
#8

Thanks for all your help. I (we) got it to install.

I will now try the Debian version which is more current with the WebGUI developmental cycle.