Попытка установить owncloud на сервере debian, возникли некоторые проблемы

Я пытаюсь установить owncloud на мой сервер debian, но некоторые пакеты вызывают некоторые проблемы. Я не очень привык к Linux и может помочь решить проблему:

это команда, которую я использую:

cd && apt-get update && 
apt-get -y install apache2 php5 php-pear php-xml-parser php5-sqlite php5-json 
sqlite php5-mysql mp3info curl libcurl3 libcurl3-dev php5-curl zip php5-gd wget 
&& wget http://owncloud.org/releases/owncloud-3.0.0.tar.bz2 && 
tar xfj owncloud-3.0.0.tar.bz2 && 
cp -r owncloud /var/www/ && chown -R www-data:www-data /var/www/owncloud &&  
/etc/init.d/apache2 restart

это сообщение об ошибке я получаю:

The following packages have unmet dependencies:
 initscripts : Breaks: console-setup (< 1.74) but 1.68+squeeze2 is to be installed
               Breaks: initramfs-tools (< 0.104) but 0.98.8 is to be installed
 klibc-utils : Breaks: initramfs-tools (< 0.103) but 0.98.8 is to be installed
E: Broken packages

Итак, я предполагаю, что у меня проблемы с зависимостями с initscripts и klibc-utils.

здесь полный вывод консоли

Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'php5-common' instead of 'php5-json'
Note, selecting 'libcurl4-openssl-dev' instead of 'libcurl3-dev'
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:
 initscripts : Breaks: console-setup (< 1.74) but 1.68+squeeze2 is to be installed
               Breaks: initramfs-tools (< 0.104) but 0.98.8 is to be installed
 klibc-utils : Breaks: initramfs-tools (< 0.103) but 0.98.8 is to be installed
E: Broken packages

у кого-то есть идея, как решить проблема??

источники.список:

###############################################################################
# Hetzner mirror

deb     http://mirror.hetzner.de/debian/packages squeeze main contrib non-free
deb     http://mirror.hetzner.de/debian/security squeeze/updates main contrib non-free



###############################################################################
# backup mirror
#

deb     http://cdn.debian.net/debian/  squeeze  main non-free contrib
deb-src http://cdn.debian.net/debian/  squeeze  main non-free contrib

deb     http://security.debian.org/  squeeze/updates  main contrib non-free
deb-src http://security.debian.org/  squeeze/updates  main contrib non-free

## backports
deb     http://mirror.hetzner.de/debian/backports squeeze-backports main contrib non-free
deb     http://backports.debian.org/debian-backports squeeze-backports main contrib non-free

## Phpmyadmin
deb http://ftp.us.debian.org/debian testing main contrib non-free
14
задан Jakob Abfalter
22.12.2022 1:46 Количество просмотров материала 3574
Распечатать страницу

2 ответа

http://software.opensuse.org/download/package?project=isv:ownCloud:community&package=owncloud

процесс установки теперь довольно прост.

Add repository and install manually(hide)

для Debian 6.0 выполните от имени root следующее:

Эхо 'деб http://download.opensuse.org/repositories/isv:ownCloud:community/Debian_6.0/ /' >> /и т. д./кв/источников.список.d / owncloud.list

apt-получить обновление

apt-get установить owncloud


вы можете добавить ключ репозитория в apt следующим образом:

wget apt-key add - < релиз.key

3
отвечен Termanader 2022-12-23 09:34

давайте начнем с упрощения ситуации.

во-первых, работать apt-get update && apt-get upgrade.

Если это работает, то запустите wget http://owncloud.org/releases/owncloud-3.0.0.tar.bz2 && tar xfj owncloud-3.0.0.tar.bz2 && cp -r owncloud /var/www/ && chown -R www-data:www-data /var/www/owncloud && /etc/init.d/apache2 restart.

0
отвечен Kruug 2022-12-23 11:51

Постоянная ссылка на данную страницу: [ Скопировать ссылку | Сгенерировать QR-код ]

Ваш ответ

Опубликуйте как Гость или авторизуйтесь

Имя
Вверх