How to install OwnCloud client on Ubuntu 13.10

OwnCloud is a new way to store and share our files online. Its more like Dropbox service. But, OwnCloud allows us to set up our own server and store our files to the server. The server can be in a local network or even in the internet cloud. On this tutorial I am going to show you how to install OwnCloud client on Ubuntu 13.10. OwnClound Client is the front end that is used by OwnCloud users to upload and download their files from/to the server.

To install OwnCloud client, we need to setup the repository first. Open Terminal and type this command
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/xUbuntu_13.10/ /' >> /etc/apt/sources.list.d/owncloud-client.list"
To avoid mistype, simply copy and paste the command above. 
Next update system
sudo apt-get update
Install OwnCloud Client
sudo apt-get install owncloud-client