Owncloud not install and too old
Tofloor
poster avatar
bigbruno
deepin
2016-10-17 20:05
Author
Owncloud in deepin repository is 7.0.1, released in 2014, and this not install:

apt-get install owncloud   
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:
owncloud : Depends: php-doctrine-dbal (< 2.5) but 2.5.4-2 is to be installed
            Depends: php-pimple (< 2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


Reply Favorite View the author
All Replies
nhoya
deepin
2016-10-17 23:25
#1
Try install owncloud from the opensuse repo:
  1. echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/community/Debian_8.0/ /' >> /etc/apt/sources.list.d/owncloud.list
Copy the Code

Add the key
  1. wget http://download.opensuse.org/repositories/isv:ownCloud:community/Debian_8.0/Release.key
  2. apt-key add - < Release.key
Copy the Code

update and install
  1. sudo apt-get update && sudo apt-get install owncloud
Copy the Code


Reply View the author