web-dev-qa-db-fra.com

erreur lors de l'installation de xampp 1.8.1 dans Ubuntu 12.10

Sudo apt-get install xampp après l'étape ci-dessus, l'erreur suivante est affichée

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.
5
user130282

J'ai eu le même message d'erreur.

Essayez ce lien:

http://daksh21ubuntu.blogspot.com/2012/01/how-to-install-xampp-in-ubuntu.html

J'ai téléchargé la version 1.8.1 à partir de ce lien:

http://www.apachefriends.org/download.php?xampp-linux-1.8.1.tar.gz

A travaillé parfaitement pour moi.

Bonne chance.

2
user133114

peut-être que Ubuntu repo ne vient pas avec xampp, vous pouvez télécharger xampp à partir des sources et installer 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*
0
Blanca Higgins