CentOS_8 owncloud-client-2.7.5-3180

Run the following shell commands to trust the repository.

sudo rpm --import https://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/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://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/CentOS_8/owncloud.repo -O /etc/yum.repos.d/owncloud.repo
sudo yum clean all
sudo yum install owncloud-client
sudo yum upgrade owncloud-client

Download installer script (experimental)


CentOS_7 owncloud-client-2.7.5-3180

Minimum Requirement: CentOS 7.8 or later.

Run the following shell command to trust the repository.

sudo rpm --import https://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/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://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/CentOS_7/owncloud.repo -O /etc/yum.repos.d/owncloud.repo
sudo yum clean all
sudo yum install owncloud-client
sudo yum upgrade owncloud-client

Download installer script (experimental)


Debian_9.0 owncloud-client-2.7.5+oc-3180

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://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/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://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/Debian_9.0/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list
sudo apt update
sudo apt install owncloud-client

Download installer script (experimental)


Debian_10 owncloud-client-2.7.5+oc-3180

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://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/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://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/Debian_10/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list
sudo apt update
sudo apt install owncloud-client

Download installer script (experimental)


Fedora_33 owncloud-client-2.7.5-3180

Run the following shell commands to trust the repository.

sudo rpm --import https://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/Fedora_33/repodata/repomd.xml.key

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

sudo dnf config-manager --add-repo https://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/Fedora_33/owncloud.repo
sudo dnf clean all
sudo dnf install owncloud-client
sudo dnf upgrade owncloud-client

Download installer script (experimental)


Fedora_32 owncloud-client-2.7.5-3180

Run the following shell commands to trust the repository.

sudo rpm --import https://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/Fedora_32/repodata/repomd.xml.key

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

sudo dnf config-manager --add-repo https://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/Fedora_32/owncloud.repo
sudo dnf clean all
sudo dnf install owncloud-client
sudo dnf upgrade owncloud-client

Download installer script (experimental)


Fedora_31 owncloud-client-2.7.5-3180

Run the following shell commands to trust the repository.

sudo rpm --import https://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/Fedora_31/repodata/repomd.xml.key

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

sudo dnf config-manager --add-repo https://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/Fedora_31/owncloud.repo
sudo dnf clean all
sudo dnf install owncloud-client
sudo dnf upgrade owncloud-client

Download installer script (experimental)


Ubuntu_20.10 owncloud-client-2.7.5+oc-3180

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://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/Ubuntu_20.10/Release.key -O - | sudo apt-key add -

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

echo 'deb https://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/Ubuntu_20.10/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list
sudo apt update
sudo apt install owncloud-client

Download installer script (experimental)


Ubuntu_20.04 owncloud-client-2.7.5+oc-3180

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://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/Ubuntu_20.04/Release.key -O - | sudo apt-key add -

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

echo 'deb https://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/Ubuntu_20.04/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list
sudo apt update
sudo apt install owncloud-client

Download installer script (experimental)


Ubuntu_18.04 owncloud-client-2.7.5+oc-3180

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://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/Ubuntu_18.04/Release.key -O - | sudo apt-key add -

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

echo 'deb https://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/Ubuntu_18.04/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list
sudo apt update
sudo apt install owncloud-client

Download installer script (experimental)


openSUSE_Leap_15.2 testpilotcloud-client-2.7.5~daily20210107-3008

Run the following shell commands to trust the repository.

sudo rpm --import https://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/openSUSE_Leap_15.2/repodata/repomd.xml.key

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

sudo zypper addrepo https://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/openSUSE_Leap_15.2/owncloud.repo
sudo zypper refresh
sudo zypper install testpilotcloud-client

Download installer script (experimental)


openSUSE_Leap_15.1 testpilotcloud-client-2.7.5~daily20210107-3008

Run the following shell commands to trust the repository.

sudo rpm --import https://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/openSUSE_Leap_15.1/repodata/repomd.xml.key

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

sudo zypper addrepo https://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/linux/openSUSE_Leap_15.1/owncloud.repo
sudo zypper refresh
sudo zypper install testpilotcloud-client

Download installer script (experimental)