"owncloud-client : Depends: libsecret-tools but it is not installable" Ubuntu 20.10

Hi I try to install owncloud on my Ubuntu 20.10 but when I run sudo apt install owncloud-client I get the following error

Reading package lists… Done
Building dependency tree
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
owncloud-client : Depends: libsecret-tools but it is not installable
E: Unable to correct problems, you have held broken packages.

Did you install using this instructions?
https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/download/

yes, as suggested by my university website

First, I thought it might be because of 20.04 so I upgraded to 20.10 but still the same issue persisted

I was not able to reproduce in a clean Docker:

docker run --rm -ti ubuntu:20.04

I used the commands from the instructions page:

root@c6d3a3dc9059:/# history
    1  apt update && apt install curl wget sudo gnupg -y
    2  wget -nv https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Ubuntu_20.04/Release.key -O - | sudo apt-key add -
    3  echo 'deb https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Ubuntu_20.04/ /' | sudo tee -a /etc/apt/sources.list.d/owncloud.list
    4  sudo apt update
    5  sudo apt install owncloud-client
    6  owncloudcmd --version
    7  history

Success:

root@c6d3a3dc9059:/# owncloudcmd --version
ownCloud 2.7.6 (build 3261) Feb  4 2021 15:46:25
https://github.com/owncloud/client/commit/75176787f23b43153e9db423373d720d3d8b6ce4
Libraries Qt 5.12.10, OpenSSL 1.1.1f  31 Mar 2020
Using virtual files plugin: off

Please post all the steps you performed, so I can reproduce the issue.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.