Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install sync client on Ubuntu 16.04 #6770

Closed
voroyam opened this issue Sep 13, 2018 · 5 comments
Closed

Unable to install sync client on Ubuntu 16.04 #6770

voroyam opened this issue Sep 13, 2018 · 5 comments
Assignees

Comments

@voroyam
Copy link
Contributor

voroyam commented Sep 13, 2018

Client can't be installed on Ubuntu 16.04

Expected behavior

Tell us what should happen

Install client on Ubuntu 16.04

Actual behavior

Client can't be installed on Ubuntu 16.04

Steps to reproduce

  1. visit owncloud.org and navigate to the Linux sync client page
  2. follow the instructions:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_16.04/ /' > /etc/apt/sources.list.d/isv:ownCloud:desktop.list"

sudo apt-get update

sudo apt-get install owncloud-client
  1. get errors:
root@LTM:~# sudo apt-get install owncloud-client
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: libowncloudsync0 (= 2.4.3+oc-10035) but it is not going to be installed
                   Depends: ocqt562+240-libqt5core5a but it is not going to be installed
                   Depends: ocqt562+240-libqt5dbus5 but it is not going to be installed
                   Depends: ocqt562+240-libqt5gui5 but it is not going to be installed
                   Depends: ocqt562+240-libqt5keychain1 but it is not going to be installed
                   Depends: ocqt562+240-libqt5network5 but it is not going to be installed
                   Depends: ocqt562+240-libqt5webkit5 but it is not going to be installed
                   Depends: ocqt562+240-libqt5widgets5 but it is not going to be installed
                   Depends: ocqt562+240-libqt5xml5 but it is not going to be installed
                   Depends: owncloud-client-l10n but it is not going to be installed
                   Depends: ocqt562+240-libqt5sql5-sqlite but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
@guruz
Copy link
Contributor

guruz commented Sep 13, 2018

What else do you have in /etc/apt/sources.list.d/?

We ran the distro installation tests for 2.4.3 and they passed just fine.
#6703

Linux: Run SamuAlfageme 's client-linux-tests Jenkins job (this tests only package installations!) Adjust REPO_URL in https://jenkins.int.owncloud.com/job/client-linux-tests/build (Better: gitlab? running the test in gitlab would be better for public transparency, but only jenkins can set the parameters easily)

@voroyam
Copy link
Contributor Author

voroyam commented Sep 14, 2018

cd /etc/apt/sources.list.d/

ls

isv:ownCloud:desktop.list

cat isv\:ownCloud\:desktop.list

deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_16.10/ /

@ckamm
Copy link
Contributor

ckamm commented Sep 26, 2018

I don't know why these packages would be held back for you.

The only suspicious thing I see is that the sources file says "16.10" not "16.04"

@michaelstingl
Copy link
Contributor

@voroyam 2.5.0 has been released. Check again?

@voroyam
Copy link
Contributor Author

voroyam commented Sep 28, 2018

The only suspicious thing I see is that the sources file says "16.10" not "16.04"

Eagle-Eye! :D

This was the issue. Changed 10 to 4 and it worked like a charm. Thanks

@voroyam voroyam closed this as completed Sep 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants