I'm trying to install the latest version of the Owncloud Client (owncloud-client) on a raspberry Pi running Raspbian Linux.
When I just enter sudo apt-get install owncloud-client, I get version 1.2 of the client.
So I added the Owncloud repository from the official download page and ran all the commands from the Debian-section as root.
But when I try to install owncloud-client now, i still get the version 1.2 (and not the latest Version, which is 1.6.1
Do I need apt-pinning for this or is there a simpler solution to this problem?
apt-cache search owncloud-clientandapt-cache policy owncloud-clientand send the output???apt-get updateto update the db?