apt-get install doesn't install latest version of Owncloud Client

Luk*_*kas 2 apt raspbian

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.

但是当我owncloud-client现在尝试安装时,我仍然得到版本 1.2(而不是最新版本,即 1.6.1

我需要为此进行 apt-pinning 还是有更简单的解决方案?

Lei*_*iaz 7

官方下载页面上给出的存储库不包含任何 ARM 包,只有 amd64 和 i386。所以apt在那里找不到可以在 Raspberry PI 上运行的软件包。