The Tip Show How-to Add the ownCloud Serve/Client Apt Repository for Ubuntu 14.04 Trusty Tahr LTS and for Linux Mint 17 Qiana 32/64bit.
- Open a Terminal Window
-
Add the OwnCloud Apt Repo:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/owncloud-client.list"
-
Eventually Add also the OwnCloud GPG Key
wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/xUbuntu_14.04/Release.key
sudo apt-key add - < Release.key
-
Update Apt Repos
apt-get update