u:cloud - Desktop Clients Debian

Debian_11 ucloud-client-4.0.0+oc-11147

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 - | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/owncloud.gpg > /dev/null

Run the following shell commands to add the repository and install from there.

sudo apt update
sudo apt install apt-transport-https
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-4.0.0+oc-11147

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 - | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/owncloud.gpg > /dev/null

Run the following shell commands to add the repository and install from there.

sudo apt update
sudo apt install apt-transport-https
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