Tux-install owncloud at debian 7.0

Aus SpaceOnEarth
Version vom 4. April 2022, 15:35 Uhr von Axel (Diskussion | Beiträge) (1 Version importiert)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Linux_notes_-_install_owncloud_at_debian_7.0

For Debian 7.0 run the following as root:

You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:

wget -nv http://download.opensuse.org/repositories/isv:ownCloud:desktop/Debian_7.0/Release.key -O Release.key
apt-key add - < Release.key
apt-get update

install Client:

echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Debian_7.0/ /' > /etc/apt/sources.list.d/owncloud-client.list 
apt-get update
apt-get install owncloud-client\n\n