ошибка установки xampp 1.8.1 в Ubuntu 12.10

sudo apt-get install xampp после вышеуказанного шага отображается следующая ошибка

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
задан 11 February 2013 в 21:38

2 ответа

возможно, Ubuntu Repo не поставляется с xampp, вы можете скачать xampp из исходного кода и установить 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
ответ дан 11 February 2013 в 21:38

У меня было то же сообщение об ошибке.

Попробуйте эту ссылку:

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

Я скачал версию 1.8.1 по этой ссылке:

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

работал идеально для меня.

Удачи.

0
ответ дан 11 February 2013 в 21:38

Другие вопросы по тегам:

Похожие вопросы: