How To Install OwnCloud 1.7 On Ubuntu, Debian, Fedora, CentOS, OpenSUSE And Derivative Systems


 How To Install OwnCloud 1.7 On Ubuntu, Debian, Fedora, CentOS, OpenSUSE And Derivative Systems

How To Install OwnCloud 1.7 On Ubuntu, Debian, Fedora, CentOS, OpenSUSE And Derivative Systems

I want to share about How To Install OwnCloud 1.7 On Ubuntu, Debian, Fedora, CentOS, OpenSUSE And Derivative Systems. OwnCloud is a web service that allows you to upload data via browser or by using a software client (similar to Dropbox, let’s say). ownCloud uses PHP and one of the following databases SQLite, MySQL, Oracle or PostgreSQL (you decide which db you install) and runs on all the operating systems that have support for at least one of this databases.

OwnCloud Client 1.7 Changes :
  • oC7 Sharing: Handle new sharing options of ownCloud 7 correctly.
  • Added Selective sync: Ability to unselect server folders which are
  • excluded from syncing, plus GUI and setup GUI
  • Improved local change detection: consider file size, detect files
  • with ongoing changes and do not upload immediately
  • Improved HTTP request timeout handler: all successful requests reset the timeout counter
  • Improvements for syncing command line tool: netrc support, improved SSL support, non interactive mode
  • Added a socket based API to provide file management shells with status information about the sync status of files. That is a prerequisite for the overlay icons in the file managers.
  • Permission system: ownCloud 7 delivers file and folder permissions, added ability to deal with it for shared folders and more.
  • Ignore handling: Do not recurse into ignored or excluded directories
  • Major sync journal database improvements for more stability and performance
  • New library interface to sqlite3
  • Improve “resync handling” if errors occur
  • Blacklist improvements
  • Improved logging: more useful meta info, removed noise
How to install OwnCloud 1.7 on Ubuntu 14.10 and derivative systems:
echo "deb http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_14.10/ /" | sudo tee /etc/apt/sources.list.d/owncloud.list
cd /tmp
wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/xUbuntu_14.10/Release.key
apt-key add - < Release.key
sudo apt-get update
sudo apt-get install owncloud-client

How to install OwnCloud 1.7 on Ubuntu 14.04 and derivative systems:

echo "deb http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_14.04/ /" | sudo tee /etc/apt/sources.list.d/owncloud.list
$cd /tmp
$wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/xUbuntu_14.04/Release.key
apt-key add - < Release.key
$sudo apt-get update
sudo apt-get install owncloud-client

How to install OwnCloud 1.7 on Ubuntu 12.04 and derivative systems:

echo "deb http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_12.04/ /" | sudo tee /etc/apt/sources.list.d/owncloud.list
cd /tmp
wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/xUbuntu_12.04/Release.key
apt-key add - < Release.key
sudo apt-get update
sudo apt-get install owncloud-client

For Ubuntu, Debian and derivative systems that use Nautilus/Files as the default file manager, open a new Terminal window and bash (get it?) in the following commands:
sudo apt-get install owncloud-client-nautilus
nautilus -q

Optional, to remove OwnCloud 1.7, from Ubuntu, Debian or a derivative system, open a new Terminal window and bash (get it?) in the following commands:
sudo apt-get remove owncloud-client

How to install OwnCloud 1.7 on Fedora 20, open a new Terminal window and bash (get it?) in the following commands:
cd /etc/yum.repos.d/
sudo wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/Fedora_20/isv:ownCloud:desktop.repo
sudo yum install owncloud-client

How to install OwnCloud 1.7 on Fedora 19, open a new Terminal window and bash (get it?) in the following commands:
cd /etc/yum.repos.d/
sudo wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/Fedora_19/isv:ownCloud:desktop.repo
sudo yum install owncloud-client

How to install OwnCloud 1.7 on CentOS 7, open a new Terminal window and bash (get it?) in the following commands:

cd /etc/yum.repos.d/
sudo wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/CentOS_7/isv:ownCloud:desktop.repo
sudo yum install owncloud-client

How to install OwnCloud 1.7 on CentOS 6:
cd /etc/yum.repos.d/
sudo wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/CentOS_CentOS-6/isv:ownCloud:desktop.repo
sudo yum install owncloud-client

For Fedora and derivative systems that use Nautilus/Files as the default file manager, open a new Terminal window and bash (get it?) in the following commands:
sudo yum install owncloud-client-nautilus
nautilus -q

Optional, to remove OwnCloud 1.7, from Fedora and CentOS or a derivative system, open a new Terminal window and bash (get it?) in the following commands:
sudo yum remove owncloud-client
How to install OwnCloud 1.7 on OpenSUSE 13.2, open a new Terminal window and bash (get it?) in the following commands:
sudo zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:desktop/openSUSE_13.2/isv:ownCloud:desktop.repo
sudo zypper refresh
sudo zypper install owncloud-client
How to install OwnCloud 1.7 on OpenSUSE 13.1, open a new Terminal window and bash (get it?) in the following commands:
sudo zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:desktop/openSUSE_13.1/isv:ownCloud:desktop.repo
sudo zypper refresh
sudo zypper install owncloud-client
How to install OwnCloud 1.7 on OpenSUSE 12.3 ,open a new Terminal window and bash (get it?) in the following commands:
sudo zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:desktop/openSUSE_12.3/isv:ownCloud:desktop.repo
sudo zypper refresh
sudo zypper install owncloud-client

For OpenSUSE and derivative systems that use Nautilus/Files as the default file manager, open a new Terminal window and bash (get it?) in the following commands:
sudo zypper install owncloud-client-nautilus
nautilus -q

Optional, to remove OwnCloud 1.7, from OpenSUSE or a derivative system, open a new Terminal window and bash (get it?) in the following commands:

sudo zypper remove owncloud-client

Our hope tutorial entitled " How To Install OwnCloud 1.7 On Ubuntu, Debian, Fedora, CentOS, OpenSUSE And Derivative Systems" can be useful for visitors.