How-to Add OwnCloud Apt Repo for Ubuntu-12.10-Quantal/Linux-Mint-14

The Tip Show How-to Add the ownCloud Server/Client Apt Repository for Ubuntu 12.10 Quantal Quetzal and for Linux Mint 14 Nadia 32/64bit.

  1. Open a Terminal Window
  2. Add the OwnCloud Apt Repo:

    sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_12.10/ /' >> /etc/apt/sources.list.d/owncloud-client.list"
  3. Eventually Add also the OwnCloud GPG Key

    wget http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_12.10/Release.key
    sudo apt-key add - < Release.key
  4. Update Apt Repos

    apt-get update