I have a problem with my owncloud server (on Apache). For many years, the updates via aptitude went fine and I always had the latest owncloud verison. However, now I can't update owncloud, because there are package conflicts if I try to do so. It seems that owncloud becomes incompatible with its own packages. When I try to mark it for installing, the aptitude problem resolver will give only dumb suggestions like deleting the owncloud package.
I have Debian 8. Owncloud is currently 8.1.9
aptitude writes following (translated from German)
-- Packages which are automatically installed, to avoid depend conflicts: piA owncloud-files -- Packages which get installed pi owncloud-deps-php5 -- Packages which get removed id owncloud-config-apache id owncloud-server -- Package which get updated iu owncloud
"There is no ownlcoud package in Debian anymore exactly for a (different) upgrade problem; so it's hard to think this is a problem to be reported to Debian's BTS. Please bring it to whoever is providing you the package."
I am not sure where my packages come from. I think I do receive them from OwnCloud directly. So what's wrong here?
Here are my files:
/etc/apt/sources.list
deb http ://security.debian.org/ jessie/updates main deb-src http ://security.debian.org/ jessie/updates main
deb http ://ftp.de.debian.org/debian jessie-updates main deb-src http ://ftp.de.debian.org/debian jessie-updates main
deb http ://ftp.de.debian.org/debian jessie main contrib non-free deb-src http ://ftp.de.debian.org/debian jessie main contrib non-free
/etc/apt/sources.list.d/owncloud.list
deb http ://download.owncloud.org/download/repositories/stable/Debian_8.0/ /
I've updated the package information from the repository, and I can verify that this fix was implemented.
But I still can't upgrade.
Here is the problem:
owncloud depends on owncloud-deps-php5 and owncloud-files. -- Both dependencies are not satisfied on my computer.
Ok, so I mark owncloud-deps-php5 for installing. But when I do this (or if I directly mark owncloud-files for installing), I get another conflict.
The to-be-installed package owncloud-files is now broken. It colldies with the packages owncloud-apache-config (<= 9.00.99) and owncloud-server (<= 9.00.99).
Again my question: Are owncloud-apache-config and owncloud-server not important anymore (i.e. will they be replaced by the package owncloud)? Or will I break my server if I remove them?