а какой репозиторий сквизи или дотдебНаверно у него 5
добавляешь репотиз
upt-get update
потом
Код:apt-get install php5-cgi php5-mysql php5-curl php5-gd php5-json php5-mcrypt php5-memcache mysql-server mysql-client
Наверно у него 5
добавляешь репотиз
upt-get update
потом
Код:apt-get install php5-cgi php5-mysql php5-curl php5-gd php5-json php5-mcrypt php5-memcache mysql-server mysql-client
torrent:~# apt-get update
В кеше http://security.debian.org lenny/updates Release.gpg
Игн http://security.debian.org lenny/updates/main Translation-ru
Игн http://security.debian.org lenny/updates/contrib Translation-ru
В кеше http://volatile.debian.org lenny/volatile Release.gpg
Игн http://volatile.debian.org lenny/volatile/main Translation-ru
В кеше http://security.debian.org lenny/updates Release
В кеше http://ftp.de.debian.org lenny Release.gpg
В кеше http://ftp.de.debian.org lenny/main Translation-ru
Игн http://volatile.debian.org lenny/volatile/contrib Translation-ru
В кеше http://volatile.debian.org lenny/volatile Release
Игн http://security.debian.org lenny/updates/main Packages/DiffIndex
Игн http://security.debian.org lenny/updates/contrib Packages/DiffIndex
Игн http://security.debian.org lenny/updates/main Sources/DiffIndex
Игн http://security.debian.org lenny/updates/contrib Sources/DiffIndex
В кеше http://ftp.de.debian.org lenny Release
Игн http://volatile.debian.org lenny/volatile/main Packages/DiffIndex
В кеше http://security.debian.org lenny/updates/main Packages
В кеше http://security.debian.org lenny/updates/contrib Packages
В кеше http://security.debian.org lenny/updates/main Sources
Игн http://volatile.debian.org lenny/volatile/contrib Packages/DiffIndex
Игн http://ftp.de.debian.org lenny/main Packages/DiffIndex
Игн http://volatile.debian.org lenny/volatile/main Sources/DiffIndex
Игн http://volatile.debian.org lenny/volatile/contrib Sources/DiffIndex
В кеше http://security.debian.org lenny/updates/contrib Sources
В кеше http://volatile.debian.org lenny/volatile/main Packages
Игн http://ftp.de.debian.org lenny/main Sources/DiffIndex
В кеше http://volatile.debian.org lenny/volatile/contrib Packages
В кеше http://volatile.debian.org lenny/volatile/main Sources
В кеше http://ftp.de.debian.org lenny/main Packages
В кеше http://volatile.debian.org lenny/volatile/contrib Sources
В кеше http://ftp.de.debian.org lenny/main Sources
Чтение списков пакетов... Готово
torrent:~# apt-get install php5-cgi php5-mysql php5-curl php5-gd php5-json php5-mcrypt php5-memcache mysql-server mysql-client
Чтение списков пакетов... Готово
Построение дерева зависимостей
Чтение информации о состоянии... Готово
Пакет php5-json - виртуальный, его функции предоставляются пакетами:
php5-common 5.2.6.dfsg.1-1+lenny13
Вы должны явно указать, какой именно вы хотите установить.
E: Для пакета php5-json не найдены кандидаты на установку
torrent:~#
ни о чем не говорит?php5-common 5.2.6.dfsg.1-1+lenny13
Instructions
Using Dotdeb is very simple:
For the main Dotdeb repository, depending on your distribution (lenny/oldstable or squeeze/stable), add these two lines to your /etc/apt/sources.list file (choosing a mirror near you) :
Squeeze :
deb stable all
deb-src stable all
Lenny :
deb oldstable all
deb-src oldstable all
(Optional) If you’re running Debian 5.0 “Lenny” and you want PHP 5.3 instead of the default PHP 5.2, add these two additionnal lines too :
deb oldstable all
deb-src oldstable all
You don’t need this if you’re running Debian 6.0 “Squeeze” : PHP 5.3 is the default branch
Then fetch the appropriate GnuPG key
wget
cat dotdeb.gpg | sudo apt-key add -
Run apt-get update
You should now be able to use the Dotdeb packages with apt-get (or dselect, or aptitude as well…)