How to install OwnCloud on Ubuntu OS

This guide is for VPS and Cloud Server and Dedicated Server install only. 

Please follow the guide correctly to Install package owncloud-complete-files

 

Add repository and install manually

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/production/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/production/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/production/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/production/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/production/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/production/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/production/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/production/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/production/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/production/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/production/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/production/Ubuntu_14.04/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list
sudo apt update
sudo apt install owncloud-complete-files


Don't have a VPS, Cloud Server or a Dedicated Server yet? Visit MangoXchange and sign-up @ https://www.mangoxchange.com


Was this article helpful?

mood_bad Dislike 0
mood Like 12
visibility Views: 769