Recientemente actualicé de 15.10 a 16.04 y rompió por completo mi instalación de Apache/Wordpress/owncloud. Mientras arreglaba WordPress, eliminé owncloud. Ahora, si intento instalar owncloud, aparece los siguientes errores:
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:
owncloud-server : Depends: php5 (>= 5.4.0) but it is not installable
Depends: php5-pgsql but it is not installable
Depends: php5-json but it is not installable
Depends: php5-ldap but it is not installable
Depends: php5-cli but it is not installable
Depends: php5-cgi but it is not installable
E: Unable to correct problems, you have held broken packages.
Estoy instalando el paquete desde el repositorio owncloud para Ubuntu 16.04 aquí: http://download.owncloud.org/download/repositories/stable/Ubuntu_16.04/
He leído el artículo sobre la actualización 16.04 que rompe owncloud aquí: Actualización de Ubuntu 16.04: problema de autorización
Sin embargo, no he podido encontrar una solución alternativa. Me imagino que solo necesito alguna forma de engañar a owncloud para que use PHP7, pero no sé cómo hacerlo. ¿Alguien tiene una idea de qué hacer?
Respuesta1
Puedes asegurarte de que estás instalando
sudo apt-get install owncloud owncloud-deps-php7.0 owncloud-files
Tal vez simplemente install owncloud
noinstall owncloud-deps-php7.0
Cuando tenía el problema que vinculaste aquí... tenía instalado el repositorio 15.10, no el 16.04... no había un 16.04 cuando intentaba solucionarlo. Si lo anterior no funciona. Intentaría entrar en tu
/etc/apt/sources.list.d
busque el de owncloud y cambie el número de 16.04 a 15.10 o tal vez incluso 15.04 y luego
sudo apt-get update
y luego intenta instalar
sudo apt-get install owncloud-files
primero y si eso no funciona intenta instalar
sudo apt-get install owncloud
Si se instala de esa manera... después de la instalación, volvería y volvería a actualizar su owncloud.list a 16.04 y otra actualización de apt-get... luego vería si hay una actualización e intentaría actualizar.