Change lampp from synaptic into xampp

Asked by naufal

Hi all,

I am a newbie for ubuntu users and i want to have joomla installed on my machine.
As a preparation, I installed apache, mysql dan phpadmin from a lampp server package via synaptic.
But during joomla installation, an error occurred as follow : "unable to connect to mysql database". Then i try to use a xampp package for linux which is successfully installed on windows xp. Above error is still persist when i try to reinstall joomla.
Checking the apache status from terminal console shown an error like this : "Another web server daemon is already running"
What are the steps for uninstalled lampp from synaptic?

Thanks

Terima kasih

Rommy

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
naufal
Solved:
Last query:
Last reply:
Revision history for this message
Ralph Janke (txwikinger) said :
#1

Thanks for the question.

Could you please open the terminal and execute:

sudo apt-get install -f

and paste the output in the terminal in here.

Thanks

Revision history for this message
naufal (musp-student) said :
#2

hello,
this is the result:
pyan@pyan-laptop:~$ sudo apt-get install -f
[sudo] password for pyan:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libofx3 libwvstreams4.3-extras libgtkhtml3.8-15 libfaad2-0 libmtp6 libgoffice-0-common libneon26 libsnmp10
  libschroedinger-0.1-0 libglew1.4 libexiv2-0 libgpod2 libsvg1 libpcrecpp0 libx264-54 linux-headers-2.6.22-14-generic
  gutsy-wallpapers libcrypto++6 libgtkhtml2.0-cil libgsl0 libgoffice-0-4 libwvstreams4.3-base libiso9660-4
  mozilla-firefox-locale-ar libdb4.5 libpq4 linux-headers-2.6.22-14 libtotem-plparser7 libuniconf4.3 libntfs-3g16
  librsvg2.0-cil
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up uml-utilities (20070815-1) ...
 * Starting User-mode networking switch uml_switch [fail]
invoke-rc.d: initscript uml-utilities, action "start" failed.
dpkg: error processing uml-utilities (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 uml-utilities
E: Sub-process /usr/bin/dpkg returned an error code (1)

Revision history for this message
naufal (musp-student) said :
#3

hello,
solved by uninstalling uml-utilities and installing back...
thanks for your help Ralph Janke..