CentOS_8 owncloud-complete-files-10.6.0-2

Run the following shell commands to trust the repository.

sudo rpm --import https://download.owncloud.org/download/repositories/10.6.0/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 http://download.owncloud.org/download/repositories/10.6.0/CentOS_8/ce:10.6.repo -O /etc/yum.repos.d/ce:10.6.repo
sudo yum clean all
sudo yum install owncloud-complete-files
sudo yum upgrade owncloud-complete-files


CentOS_7 owncloud-complete-files-10.6.0-2

Minimum Requirement: CentOS 7.6 or later.

Run the following shell command to trust the repository.

sudo rpm --import https://download.owncloud.org/download/repositories/10.6.0/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 http://download.owncloud.org/download/repositories/10.6.0/CentOS_7/ce:10.6.repo -O /etc/yum.repos.d/ce:10.6.repo
sudo yum clean all
sudo yum install owncloud-complete-files
sudo yum upgrade owncloud-complete-files


Debian_9.0 owncloud-complete-files-10.6.0-2+2.1

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.org/download/repositories/10.6.0/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 http://download.owncloud.org/download/repositories/10.6.0/Debian_9.0/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list
sudo apt update
sudo apt install owncloud-complete-files


Debian_10 owncloud-complete-files-10.6.0-2+2.1

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.org/download/repositories/10.6.0/Debian_10/Release.key -O - | sudo apt-key add -

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

echo 'deb http://download.owncloud.org/download/repositories/10.6.0/Debian_10/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list
sudo apt update
sudo apt install owncloud-complete-files


Fedora_33 owncloud-complete-files-10.6.0-2

Run the following shell commands to trust the repository.

sudo rpm --import https://download.owncloud.org/download/repositories/10.6.0/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 http://download.owncloud.org/download/repositories/10.6.0/Fedora_33/ce:10.6.repo
sudo dnf clean all
sudo dnf install owncloud-complete-files
sudo dnf upgrade owncloud-complete-files


Fedora_32 owncloud-complete-files-10.6.0-2

Run the following shell commands to trust the repository.

sudo rpm --import https://download.owncloud.org/download/repositories/10.6.0/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 http://download.owncloud.org/download/repositories/10.6.0/Fedora_32/ce:10.6.repo
sudo dnf clean all
sudo dnf install owncloud-complete-files
sudo dnf upgrade owncloud-complete-files


Fedora_31 owncloud-complete-files-10.6.0-2

Run the following shell commands to trust the repository.

sudo rpm --import https://download.owncloud.org/download/repositories/10.6.0/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 http://download.owncloud.org/download/repositories/10.6.0/Fedora_31/ce:10.6.repo
sudo dnf clean all
sudo dnf install owncloud-complete-files
sudo dnf upgrade owncloud-complete-files


RHEL_7 owncloud-complete-files-10.6.0-2

Run the following shell commands to trust the repository.

sudo rpm --import https://download.owncloud.org/download/repositories/10.6.0/RHEL_7/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 http://download.owncloud.org/download/repositories/10.6.0/RHEL_7/ce:10.6.repo
sudo dnf clean all
sudo dnf install owncloud-complete-files
sudo dnf upgrade owncloud-complete-files


SLE_15_SP3 owncloud-complete-files-10.6.0-2

Run the following shell commands to trust the repository.

sudo rpm --import https://download.owncloud.org/download/repositories/10.6.0/SLE_15_SP3/repodata/repomd.xml.key

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

sudo zypper addrepo http://download.owncloud.org/download/repositories/10.6.0/SLE_15_SP3/ce:10.6.repo
sudo zypper refresh
sudo zypper install owncloud-complete-files


Ubuntu_20.10 owncloud-complete-files-10.6.0-2+2.1

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.org/download/repositories/10.6.0/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 http://download.owncloud.org/download/repositories/10.6.0/Ubuntu_20.10/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list
sudo apt update
sudo apt install owncloud-complete-files


Ubuntu_20.04 owncloud-complete-files-10.6.0-2+2.1

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.org/download/repositories/10.6.0/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 http://download.owncloud.org/download/repositories/10.6.0/Ubuntu_20.04/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list
sudo apt update
sudo apt install owncloud-complete-files


Ubuntu_19.10 owncloud-complete-files-10.6.0-2+2.1

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.org/download/repositories/10.6.0/Ubuntu_19.10/Release.key -O - | sudo apt-key add -

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

echo 'deb http://download.owncloud.org/download/repositories/10.6.0/Ubuntu_19.10/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list
sudo apt update
sudo apt install owncloud-complete-files


Ubuntu_18.04 owncloud-complete-files-10.6.0-2+2.1

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.org/download/repositories/10.6.0/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 http://download.owncloud.org/download/repositories/10.6.0/Ubuntu_18.04/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list
sudo apt update
sudo apt install owncloud-complete-files


Ubuntu_16.04 owncloud-complete-files-10.6.0-2+2.1

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.org/download/repositories/10.6.0/Ubuntu_16.04/Release.key -O - | sudo apt-key add -

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

echo 'deb http://download.owncloud.org/download/repositories/10.6.0/Ubuntu_16.04/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list
sudo apt update
sudo apt install owncloud-complete-files


Ubuntu_14.04 owncloud-complete-files-10.6.0-2+2.1

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.org/download/repositories/10.6.0/Ubuntu_14.04/Release.key -O - | sudo apt-key add -

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

echo 'deb http://download.owncloud.org/download/repositories/10.6.0/Ubuntu_14.04/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list
sudo apt update
sudo apt install owncloud-complete-files


openSUSE_Leap_15.3 owncloud-complete-files-10.6.0-lp153.2

Run the following shell commands to trust the repository.

sudo rpm --import https://download.owncloud.org/download/repositories/10.6.0/openSUSE_Leap_15.3/repodata/repomd.xml.key

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

sudo zypper addrepo http://download.owncloud.org/download/repositories/10.6.0/openSUSE_Leap_15.3/ce:10.6.repo
sudo zypper refresh
sudo zypper install owncloud-complete-files


openSUSE_Leap_15.2 owncloud-complete-files-10.6.0-lp152.2

Run the following shell commands to trust the repository.

sudo rpm --import https://download.owncloud.org/download/repositories/10.6.0/openSUSE_Leap_15.2/repodata/repomd.xml.key

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

sudo zypper addrepo http://download.owncloud.org/download/repositories/10.6.0/openSUSE_Leap_15.2/ce:10.6.repo
sudo zypper refresh
sudo zypper install owncloud-complete-files