erro ao instalar o xampp 1.8.1 no ubuntu 12.10

5

sudo apt-get install xampp  após o passo acima, o seguinte erro é mostrado

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:
 xampp:i386 : Depends: python-gtk2:i386 but it is not going to be installed
              Depends: python-glade2:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
    
por user130282 11.02.2013 / 18:35

2 respostas

2

Eu tive a mesma mensagem de erro.

Tente este link:

link

Eu baixei a versão 1.8.1 deste link:

link

Trabalhou perfeito para mim.

Boa sorte.

    
por user133114 18.02.2013 / 06:47
0

talvez o repositório do Ubuntu não venha com o xampp, você pode baixar o xampp a partir do código-fonte e instalar o xampp

# wget http://downloads.sourceforge.net/project/xampp/XAMPP%20Linux/1.8.3/xampp-linux-1.8.3-4-installer.run
# chmod 755 xampp-linux*
./xampp-linux*
    
por Blanca Higgins 30.05.2014 / 00:37

Tags