ZID Link
https://ucloud-clients.univie.ac.at/download/linux.cgi/Debian?lang=de
ZID Anleitung
Debian_9.0 ucloud-client-2.9.2+oc-6239
Add (at least temporarily) a download repository. This requires registering trusted key. (More information). Run the following shell commands to trust the repository:
wget -nv https://ucloud-clients.univie.ac.at/download/Debian_9.0/Release.key -O - | sudo apt-key add -
Run the following shell commands to add the repository and install from there.
echo 'deb https://ucloud-clients.univie.ac.at/download/Debian_9.0/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list sudo apt update sudo apt install ucloud-client
Debian_11 ucloud-client-2.9.2+oc-6239
Add (at least temporarily) a download repository. This requires registering trusted key. (More information). Run the following shell commands to trust the repository:
wget -nv https://ucloud-clients.univie.ac.at/download/Debian_11/Release.key -O - | sudo apt-key add -
Run the following shell commands to add the repository and install from there.
echo 'deb https://ucloud-clients.univie.ac.at/download/Debian_11/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list sudo apt update sudo apt install ucloud-client
Debian_10 ucloud-client-2.9.2+oc-6239
Add (at least temporarily) a download repository. This requires registering trusted key. (More information). Run the following shell commands to trust the repository:
wget -nv https://ucloud-clients.univie.ac.at/download/Debian_10/Release.key -O - | sudo apt-key add -
Run the following shell commands to add the repository and install from there.
echo 'deb https://ucloud-clients.univie.ac.at/download/Debian_10/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list sudo apt update sudo apt install ucloud-client