u:cloud - Desktop Clients CentOS

CentOS_8 ucloud-client-2.9.2-6239

Run the following shell commands to trust the repository.

sudo rpm --import https://ucloud-clients.univie.ac.at/download/CentOS_8/repodata/repomd.xml.key

Run the following shell commands to add the repository and install from there. You either need 'yum upgrade' or 'yum install' depending on whether you already have an older version installed or not.

sudo wget https://ucloud-clients.univie.ac.at/download/CentOS_8/ucloud.repo -O /etc/yum.repos.d/ucloud.repo
sudo yum clean all
sudo yum install ucloud-client
sudo yum upgrade ucloud-client


CentOS_7 ucloud-client-2.11.1-9150

Minimum Requirement: CentOS 7.8 or later.

Run the following shell command to trust the repository.

sudo rpm --import https://ucloud-clients.univie.ac.at/download/CentOS_7/repodata/repomd.xml.key

Run the following shell commands to add the repository and install from there. You either need 'yum upgrade' or 'yum install' depending on whether you already have an older version installed or not.

sudo wget https://ucloud-clients.univie.ac.at/download/CentOS_7/ucloud.repo -O /etc/yum.repos.d/ucloud.repo
sudo yum clean all
sudo yum install ucloud-client
sudo yum upgrade ucloud-client