J'essaie d'installer le serveur Owncloud sur une nouvelle installation d'Ubuntu 16.04 et je l'ai suivi ces instructions de Digital Ocean et il a fonctionné parfaitement jusqu'à la commande
$ Sudo apt-get install owncloud
et ça revient
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package owncloud is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
owncloud-files
Alors j'ai essayé de courir
$ Sudo apt-get install owncloud-files
Quelque chose a été installé, mais l'installateur n'a pas été installé comme prévu par les instructions de Digital Ocean. J'ai cherché sur Google et trouvé ce lien et fait comme A.B. dit sauf que j'ai changé pour ma version d'Ubuntu et que rien n'a changé.
Où vais-je d'ici?
MODIFIER
Pour être clair, j'ai fait toutes les étapes menant à l'installation de owncloud.
$ Sudo curl https://download.owncloud.org/download/repositories/stable/Ubuntu_16.04/Release.key | Sudo apt-key add -
[Sudo] password for user:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4502 100 4502 0 0 3847 0 0:00:01 0:00:01 --:--:-- 3847
OK
$ echo 'deb https://download.owncloud.org/download/repositories/stable/Ubuntu_16.04/ /' | Sudo tee /etc/apt/sources.list.d/owncloud.list
deb https://download.owncloud.org/download/repositories/stable/Ubuntu_16.04/ /
$ Sudo apt-get update
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease
Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Hit:3 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Hit:4 http://dl.google.com/linux/chrome/deb stable Release
Get:5 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Hit:6 http://ppa.launchpad.net/certbot/certbot/ubuntu xenial InRelease
Ign:7 http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_16.04 InRelease
Get:9 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Hit:10 http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_16.04 Release
Get:11 http://security.ubuntu.com/ubuntu xenial-security/main AMD64 DEP-11 Metadata [60.3 kB]
Get:12 http://us.archive.ubuntu.com/ubuntu xenial-updates/main AMD64 Packages [644 kB]
Get:14 http://security.ubuntu.com/ubuntu xenial-security/main DEP-11 64x64 Icons [57.6 kB]
Get:15 http://security.ubuntu.com/ubuntu xenial-security/universe AMD64 DEP-11 Metadata [49.6 kB]
Get:16 http://security.ubuntu.com/ubuntu xenial-security/universe DEP-11 64x64 Icons [80.0 kB]
Get:17 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [611 kB]
Get:18 http://us.archive.ubuntu.com/ubuntu xenial-updates/main AMD64 DEP-11 Metadata [305 kB]
Ign:19 https://download.owncloud.org/download/repositories/stable/Ubuntu_16.04 InRelease
Get:20 http://us.archive.ubuntu.com/ubuntu xenial-updates/main DEP-11 64x64 Icons [213 kB]
Get:21 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe AMD64 Packages [540 kB]
Get:22 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [516 kB]
Get:23 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe AMD64 DEP-11 Metadata [173 kB]
Get:24 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe DEP-11 64x64 Icons [240 kB]
Get:25 http://us.archive.ubuntu.com/ubuntu xenial-updates/multiverse AMD64 DEP-11 Metadata [5,888 B]
Get:26 http://us.archive.ubuntu.com/ubuntu xenial-backports/main AMD64 DEP-11 Metadata [3,328 B]
Get:27 http://us.archive.ubuntu.com/ubuntu xenial-backports/universe AMD64 DEP-11 Metadata [4,584 B]
Hit:28 https://download.owncloud.org/download/repositories/stable/Ubuntu_16.04 Release
Fetched 3,809 kB in 1s (1,932 kB/s)
Reading package lists... Done
$ Sudo apt-get install owncloud
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package owncloud is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
owncloud-files
E: Package 'owncloud' has no installation candidate
C'est tout ce qui se passe lorsque je suis les étapes, il est toujours indiqué qu'il n'y a pas de candidat d'installation "owncloud".
Je vous recommande d'utiliser Nextcloud à la place. Il est entièrement open source, plus rapide et plus sécurisé. Et a plus de fonctionnalités. La plupart des membres de la communauté Owncloud ont maintenant migré vers Nextcloud. Les instructions pour Nextcloud sur Digital Ocean et Ubuntu sont disponibles ici: https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-nextcloud-on-ubuntu-16-04
Comme ils le décrivent dans les instructions d'installation, vous devez ajouter un référentiel pour pouvoir installer votre paquet. Vous pouvez donc exécuter ces commandes dans un terminal avec copier-coller:
Sudo curl https://download.owncloud.org/download/repositories/stable/Ubuntu_16.04/Release.key | Sudo apt-key add - && echo 'deb https://download.owncloud.org/download/repositories/stable/Ubuntu_16.04/ /' | Sudo tee /etc/apt/sources.list.d/owncloud.list && Sudo apt-get update
après que cela ait été exécuté, vous essayez de le réinstaller Sudo apt-get install owncloud