nhoya
2016-10-17 23:25 deepin
Try install owncloud from the opensuse repo:
Copy the Code
Add the key
Copy the Code
update and install
Copy the Code
- echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/community/Debian_8.0/ /' >> /etc/apt/sources.list.d/owncloud.list
Add the key
- wget http://download.opensuse.org/repositories/isv:ownCloud:community/Debian_8.0/Release.key
- apt-key add - < Release.key
update and install
- sudo apt-get update && sudo apt-get install owncloud
Reply Like 0 View the author
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.