u:cloud - Desktop Clients Ubuntu

Ubuntu_23.04 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/Ubuntu_23.04/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/Ubuntu_23.04/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list
sudo apt update
sudo apt install ucloud-client


Ubuntu_22.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/Ubuntu_22.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/Ubuntu_22.10/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list
sudo apt update
sudo apt install ucloud-client


Ubuntu_22.04 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/Ubuntu_22.04/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/Ubuntu_22.04/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list
sudo apt update
sudo apt install ucloud-client


Ubuntu_20.04 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/Ubuntu_20.04/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/Ubuntu_20.04/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list
sudo apt update
sudo apt install ucloud-client