Tell us what should happen
owncloud-client is not installable
Operating system:
Web server:
Database:
PHP version:
ownCloud version:
Storage backend:
Client version: 2.1.1-2.fc23
Operating system: Linux
OS language:
Installation path of client:
Please use Gist (https://gist.github.com/) or a similar code paster for longer
logs.
https://gist.github.com/sudhirkhanger/2250d359a17a4b3abc04
owncloud --logwindow or owncloud --logfile log.txtcmd.exe, you might need to first cd into the ownCloud directory)Pardon my ignorance but this template is overwhelming. And possibly hides the problem in the default text.
Hard to tell, why the package is reported as broken.
Can you please post the relevant contents of your /etc/yum.repos.d/
I am afraid you might have a mixture of ownCloud and Fedora repositories.
I am using
rpm --import http://download.opensuse.org/repositories/isv:/ownCloud:/desktop//Fedora_23/repodata/repomd.xml.key wget -nv http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Fedora_23/isv:ownCloud:desktop.repo -O /etc/yum.repos.d/isv:ownCloud:desktop.repo yum clean all yum install -y owncloud-client
This gives me a fresh install of owncloud-client-2.1.1-1.1 on a Fedora 23 box.
[sudhir@fedora yum.repos.d]$ ll
total 100
-rw-r--r--. 1 root root 615 Nov 27 2014 bumblebee-nonfree.repo
-rw-r--r--. 1 root root 549 Nov 26 2014 bumblebee.repo
-rw-r--r--. 1 root root 322 Jan 10 19:31 _copr_mhoeher-backintime.repo
-rw-r--r--. 1 root root 310 Feb 11 23:12 _copr_rdieter-Skrooge.repo
-rw-r--r--. 1 root root 486 Nov 21 22:53 fedora-flash-plugin.repo
-rw-r--r--. 1 root root 522 Nov 21 22:53 fedora-handbrake.repo
-rw-r--r--. 1 root root 1255 Oct 20 09:11 fedora.repo
-rw-r--r--. 1 root root 1270 Oct 20 09:11 fedora-updates.repo
-rw-r--r--. 1 root root 1328 Oct 20 09:11 fedora-updates-testing.repo
-rw-r--r--. 1 root root 173 Nov 21 12:25 google-chrome.repo
-rw-r--r--. 1 root root 191 Dec 9 14:34 google-chrome-unstable.repo
-rw-r--r--. 1 root root 128 Nov 21 12:25 google-talkplugin.repo
-rw-r--r--. 1 root root 292 Nov 19 17:20 isv:ownCloud:desktop.repo
-rw-r--r--. 1 root root 1241 Oct 24 21:08 rpmfusion-free-rawhide.repo
-rw-r--r--. 1 root root 1172 Oct 24 21:08 rpmfusion-free.repo
-rw-r--r--. 1 root root 1170 Oct 24 21:13 rpmfusion-free-updates.repo
-rw-r--r--. 1 root root 1230 Oct 24 21:13 rpmfusion-free-updates-testing.repo
-rw-r--r--. 1 root root 1295 May 1 2015 rpmfusion-nonfree-rawhide.repo
-rw-r--r--. 1 root root 1217 May 1 2015 rpmfusion-nonfree.repo
-rw-r--r--. 1 root root 1215 Oct 25 01:39 rpmfusion-nonfree-updates.repo
-rw-r--r--. 1 root root 1275 Oct 25 01:39 rpmfusion-nonfree-updates-testing.repo
-rw-r--r--. 1 root root 207 Dec 23 12:45 slack.repo
-rw-r--r--. 1 root root 995 Nov 4 20:03 tlp.repo
-rw-r--r--. 1 root root 1019 Nov 4 20:03 tlp-updates.repo
-rw-r--r--. 1 root root 1091 Nov 4 20:03 tlp-updates-testing.repo
I am not sure what is going on I have isv:ownCloud:desktop.repo repo installed. I remember installing owncloud-client from it. Not it wants to be updated from updates repo.
$ sudo dnf update -y owncloud-client
[sudo] password for sudhir:
Last metadata expiration check performed 0:00:00 ago on Sat Feb 27 23:17:56 2016.
Dependencies resolved.
================================================================================================================================================================================================
Package Arch Version Repository Size
================================================================================================================================================================================================
Skipping packages with conflicts:
(add '--best --allowerasing' to command line to force their upgrade):
owncloud-client x86_64 2.1.1-2.fc23 updates 1.3 M
owncloud-client-libs x86_64 2.1.1-2.fc23 updates 393 k
qtlockedfile-qt5 x86_64 2.4-20.20150629git5a07df5.fc23 updates 35 k
qtsingleapplication-qt5 x86_64 2.6.1-26.fc23 updates 43 k
Transaction Summary
================================================================================================================================================================================================
Skip 4 Packages
Nothing to do.
Complete!
Looks like updates repo has owncloud-client-2.1.1-2.fc23.x86_64 whereas isv_ownCloud_desktop has owncloud-client-2.1.1-1.1.x86_64 which it is trying to update.
[sudhir@fedora yum.repos.d]$ dnf list installed | grep @isv_ownCloud_desktop
libowncloudsync0.x86_64 2.1.1-1.1 @isv_ownCloud_desktop
libqt5keychain0.x86_64 0.5-3.1 @isv_ownCloud_desktop
owncloud-client.x86_64 2.1.1-1.1 @isv_ownCloud_desktop
owncloud-client-l10n.x86_64 2.1.1-1.1 @isv_ownCloud_desktop
[sudhir@fedora yum.repos.d]$ rpm -qa | grep owncloud
libowncloudsync0-2.1.1-1.1.x86_64
owncloud-client-l10n-2.1.1-1.1.x86_64
owncloud-client-2.1.1-1.1.x86_64
How can I avoid such conflicts?
So the build release number on the updates repo is higher than our build release number. That is why dnf wants to switch over now. This is bad. Can you disable the updates repo and retry the update with isv_ownCloud_desktop?
I've been having the same problem, the sync client is already installed and working.
I have not yet tried any troubleshooting steps except for using --best --allowerasing.
Will post any updates below.
[root@aaron-desktop aaron] # dnf upgrade
Last metadata expiration check: 2:30:46 ago on Mon Mar 14 08:01:05 2016.
Dependencies resolved.
=========================================================================================================================================================
Package Arch Version Repository Size
=========================================================================================================================================================
Skipping packages with broken dependencies:
owncloud-client x86_64 2.1.1-2.fc23 updates 1.3 M
Transaction Summary
=========================================================================================================================================================
Skip 1 Package
Nothing to do.
Complete!
[root@aaron-desktop aaron] # dnf clean all
Cleaning repos: updates google-chrome jgillich-brackets fedora adobe-linux-x86_64 folkswithhats fedora-steam rpmfusion-nonfree rpmfusion-free
: rpmfusion-free-updates-testing rpmfusion-nonfree-updates-testing google-talkplugin isv_ownCloud_desktop fedora-HandBrake
Cleaning up Everything
[root@aaron-desktop aaron] # dnf upgrade --best --allowerasing
Adobe Systems Incorporated 32 kB/s | 1.8 kB 00:00
RPM Fusion for Fedora 23 - Free - Test Updates 1.7 MB/s | 328 kB 00:00
RPM Fusion for Fedora 23 - Nonfree 2.2 MB/s | 218 kB 00:00
Fedora 23 - x86_64 3.1 MB/s | 43 MB 00:13
google-talkplugin 70 kB/s | 2.7 kB 00:00
Repository for Fedy 102 kB/s | 5.8 kB 00:00
The ownCloud Desktop Client (Fedora_23) 82 kB/s | 14 kB 00:00
negativo17 - Steam 158 kB/s | 8.2 kB 00:00
Copr repo for brackets owned by jgillich 20 kB/s | 15 kB 00:00
negativo17 - Open source multiplatform video transcoder 587 kB/s | 35 kB 00:00
RPM Fusion for Fedora 23 - Nonfree - Test Updates 1.2 MB/s | 104 kB 00:00
Fedora 23 - x86_64 - Updates 3.1 MB/s | 20 MB 00:06
google-chrome 92 kB/s | 3.6 kB 00:00
RPM Fusion for Fedora 23 - Free 3.0 MB/s | 738 kB 00:00
Last metadata expiration check: 0:00:00 ago on Mon Mar 14 10:41:32 2016.
Error: package owncloud-client-l10n-2.1.1-1.1.x86_64 requires owncloud-client(x86-64) = 2.1.1-1.1, but none of the providers can be installed
So - I followed the above advice to disable the fedora-updates repo.
It didn't make any difference
Here's a list of the repositories I have in /etc/yum.repos.d/.
adobe-linux-x86_64.repo
_copr_jgillich-brackets.repo
dropbox.repo
fedora-handbrake.repo
fedora.repo
fedora-steam.repo
fedora-updates.repo
fedora-updates-testing.repo
folkswithhats.repo
google-chrome.repo
google-talkplugin.repo
isv:ownCloud:desktop.repo
rpmfusion-free-rawhide.repo
rpmfusion-free.repo
rpmfusion-free-updates.repo
rpmfusion-free-updates-testing.repo
rpmfusion-nonfree-rawhide.repo
rpmfusion-nonfree.repo
rpmfusion-nonfree-updates.repo
rpmfusion-nonfree-updates-testing.repo
Here's a the contents of isv:owncloud:desktop and fedora-updates
[isv_ownCloud_desktop]
name=The ownCloud Desktop Client (Fedora_23)
type=rpm-md
baseurl=http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Fedora_23/
gpgcheck=1
gpgkey=http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Fedora_23//repodata/repomd.xml.key
enabled=1
[updates]
name=Fedora $releasever - $basearch - Updates
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch
enabled=1
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False
So - Disable fedora-updates.repo didn't do anything.
# dnf clean all
...
# dnf update
...
Last metadata expiration check: 0:00:00 ago on Mon Mar 14 11:00:39 2016.
Dependencies resolved.
Nothing to do.
Complete!
# dnf update --best --allowerasing
Last metadata expiration check: 0:00:34 ago on Mon Mar 14 11:00:39 2016.
Dependencies resolved.
Nothing to do.
Complete!
fedora-updates repository is still disabled.
reinstall just re-installs the 2.1.1-1.1 version from isv_owncloud_desktop repo.
dnf reinstall owncloud-client
Last metadata expiration check: 0:02:10 ago on Mon Mar 14 11:00:39 2016.
Dependencies resolved.
=====================================================================================================================================================================
Package Arch Version Repository Size
=====================================================================================================================================================================
Reinstalling:
owncloud-client x86_64 2.1.1-1.1 isv_ownCloud_desktop 1.0 M
Transaction Summary
=====================================================================================================================================================================
Total download size: 1.0 M
Is this ok [y/N]: y
Downloading Packages:
owncloud-client-2.1.1-1.1.x86_64.rpm 963 kB/s | 1.0 MB 00:01
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 963 kB/s | 1.0 MB 00:01
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Reinstalling: owncloud-client-2.1.1-1.1.x86_64 1/2
Erasing : owncloud-client-2.1.1-1.1.x86_64 2/2
Verifying : owncloud-client-2.1.1-1.1.x86_64 1/2
Verifying : owncloud-client-2.1.1-1.1.x86_64 2/2
Reinstalled:
owncloud-client.x86_64 2.1.1-1.1
Complete!
Still unable to upgrade to 2.1.1-2.fc23 due to broken dependencies.
reinstall will just re-install 2.1.1-1.1 from isv repository.
It seems to be the only way to upgrade from 2.1.1-1.1 up to 2.1.1-2.fc23 is to remove and install owncloud-client
is there anything weird about the packages or source that get chosen?
libowncloudsync0 gets removed but not re-installed.
[root@aaron-desktop yum.repos.d] # dnf remove owncloud-client
Dependencies resolved.
=====================================================================================================================================================================
Package Arch Version Repository Size
=====================================================================================================================================================================
Removing:
libowncloudsync0 x86_64 2.1.1-1.1 @isv_ownCloud_desktop 1.2 M
libqt5keychain0 x86_64 0.5-3.1 @isv_ownCloud_desktop 164 k
mesa-dri-drivers x86_64 11.1.0-2.20151218.fc23 @updates 32 M
owncloud-client x86_64 2.1.1-1.1 @System 2.2 M
owncloud-client-l10n x86_64 2.1.1-1.1 @isv_ownCloud_desktop 2.4 M
Transaction Summary
=====================================================================================================================================================================
Remove 5 Packages
Installed size: 37 M
Is this ok [y/N]: y
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Erasing : owncloud-client-l10n-2.1.1-1.1.x86_64 1/5
Erasing : owncloud-client-2.1.1-1.1.x86_64 2/5
Erasing : libowncloudsync0-2.1.1-1.1.x86_64 3/5
Erasing : libqt5keychain0-0.5-3.1.x86_64 4/5
Erasing : mesa-dri-drivers-11.1.0-2.20151218.fc23.x86_64 5/5
Verifying : mesa-dri-drivers-11.1.0-2.20151218.fc23.x86_64 1/5
Verifying : owncloud-client-2.1.1-1.1.x86_64 2/5
Verifying : libowncloudsync0-2.1.1-1.1.x86_64 3/5
Verifying : owncloud-client-l10n-2.1.1-1.1.x86_64 4/5
Verifying : libqt5keychain0-0.5-3.1.x86_64 5/5
Removed:
libowncloudsync0.x86_64 2.1.1-1.1 libqt5keychain0.x86_64 0.5-3.1 mesa-dri-drivers.x86_64 11.1.0-2.20151218.fc23 owncloud-client.x86_64 2.1.1-1.1
owncloud-client-l10n.x86_64 2.1.1-1.1
Complete!
[root@aaron-desktop yum.repos.d] # dnf install owncloud-client-
Last metadata expiration check: 0:04:14 ago on Mon Mar 14 11:00:39 2016.
Dependencies resolved.
=====================================================================================================================================================================
Package Arch Version Repository Size
=====================================================================================================================================================================
Installing:
libqt5keychain0 x86_64 0.5-3.1 isv_ownCloud_desktop 56 k
owncloud-client x86_64 2.1.1-2.fc23 updates 1.3 M
owncloud-client-libs x86_64 2.1.1-2.fc23 updates 393 k
Transaction Summary
=====================================================================================================================================================================
Install 3 Packages
Total download size: 1.7 M
Installed size: 6.0 M
Is this ok [y/N]: y
Downloading Packages:
(1/3): libqt5keychain0-0.5-3.1.x86_64.rpm 185 kB/s | 56 kB 00:00
(2/3): owncloud-client-libs-2.1.1-2.fc23.x86_64.rpm 453 kB/s | 393 kB 00:00
(3/3): owncloud-client-2.1.1-2.fc23.x86_64.rpm 887 kB/s | 1.3 MB 00:01
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 842 kB/s | 1.7 MB 00:02
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Installing : libqt5keychain0-0.5-3.1.x86_64 1/3
Installing : owncloud-client-libs-2.1.1-2.fc23.x86_64 2/3
Installing : owncloud-client-2.1.1-2.fc23.x86_64 3/3
Verifying : owncloud-client-2.1.1-2.fc23.x86_64 1/3
Verifying : owncloud-client-libs-2.1.1-2.fc23.x86_64 2/3
Verifying : libqt5keychain0-0.5-3.1.x86_64 3/3
Installed:
libqt5keychain0.x86_64 0.5-3.1 owncloud-client.x86_64 2.1.1-2.fc23 owncloud-client-libs.x86_64 2.1.1-2.fc23
Complete!
There is no upgrade path from 2.1.1-1.1 to 2.1.1-2.fc23 or the other way round.
Both packages are the latest 2.1.1 version, one packaged by ownCloud, the other packaged by fedora.
On the ownCloud side, I can use Obsoletes declarations to help with the migration from the fedora packaged one to the ownCloud packaged one.
Disabling the updates repo probably is ineffective, if you already have some owncloud dependency *-2.fc32 packages installed.
I think the obsoletes declaration would be worth using.
My owncloud client was installed from the isv_owncloud repo, but dnf keeps attempting to "upgrade" it to 2.1.1-2.fc23:
[root@aaron-desktop yum.repos.d] # dnf install owncloud-client
Last metadata expiration check: 0:00:08 ago on Mon Mar 14 12:21:29 2016.
Dependencies resolved.
=====================================================================================================================================================================
Package Arch Version Repository Size
=====================================================================================================================================================================
Installing:
libowncloudsync0 x86_64 2.1.1-1.1 isv_ownCloud_desktop 405 k
libqt5keychain0 x86_64 0.5-3.1 isv_ownCloud_desktop 56 k
owncloud-client x86_64 2.1.1-1.1 isv_ownCloud_desktop 1.0 M
owncloud-client-l10n x86_64 2.1.1-1.1 isv_ownCloud_desktop 391 k
Transaction Summary
=====================================================================================================================================================================
Install 4 Packages
Total download size: 1.8 M
Installed size: 5.9 M
Is this ok [y/N]: y
Downloading Packages:
(1/4): owncloud-client-l10n-2.1.1-1.1.x86_64.rpm 416 kB/s | 391 kB 00:00
(2/4): libowncloudsync0-2.1.1-1.1.x86_64.rpm 431 kB/s | 405 kB 00:00
(3/4): libqt5keychain0-0.5-3.1.x86_64.rpm 373 kB/s | 56 kB 00:00
(4/4): owncloud-client-2.1.1-1.1.x86_64.rpm 817 kB/s | 1.0 MB 00:01
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 1.5 MB/s | 1.8 MB 00:01
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Installing : libqt5keychain0-0.5-3.1.x86_64 1/4
Installing : libowncloudsync0-2.1.1-1.1.x86_64 2/4
Installing : owncloud-client-l10n-2.1.1-1.1.x86_64 3/4
Installing : owncloud-client-2.1.1-1.1.x86_64 4/4
Verifying : owncloud-client-2.1.1-1.1.x86_64 1/4
Verifying : libowncloudsync0-2.1.1-1.1.x86_64 2/4
Verifying : owncloud-client-l10n-2.1.1-1.1.x86_64 3/4
Verifying : libqt5keychain0-0.5-3.1.x86_64 4/4
Installed:
libowncloudsync0.x86_64 2.1.1-1.1 libqt5keychain0.x86_64 0.5-3.1 owncloud-client.x86_64 2.1.1-1.1 owncloud-client-l10n.x86_64 2.1.1-1.1
Complete!
When I originally installed owncloud, I believe the isv client was more up to date than the "fedora-updates" one.
[root@aaron-desktop yum.repos.d] # vi fedora-updates.repo
Here dnf wants to switch from isv installed version to fedora-updates, but complains about broken dependencies.
[root@aaron-desktop yum.repos.d] # dnf update
Last metadata expiration check: 0:00:32 ago on Mon Mar 14 12:21:29 2016.
Dependencies resolved.
=====================================================================================================================================================================
Package Arch Version Repository Size
=====================================================================================================================================================================
Skipping packages with broken dependencies:
owncloud-client x86_64 2.1.1-2.fc23 updates 1.3 M
Transaction Summary
=====================================================================================================================================================================
Skip 1 Package
Nothing to do.
Complete!
Adding Obsoletes.
There is a tricky side-effect.The buildrelease number increases after each change.
Even if I do it wrong now, it will eventually succeed....
rpm -qp --obsoletes libowncloudsync0-2.1.1-2.1.x86_64.rpm opt-libowncloudsync0 owncloud-client-libs <= 2.1.1
Obsoleting oncloud-client-libs (it only exists on Fedora) should allow owncloud-client (from onCloud) to be installed.
The version number 2.1.1-2.1 is still lower than 2.1.1-2.fc23 -- this gives us _one_ chance to test this idea. The next rebuild on my side will have a higher build release number and dnf will then prefer the ownCloud repo over the Fedora repo anyway.
Anything I can do to assist?
It looks like RedHat Bugzilla tracks owncloud-client releases, so when they decide to publish they'd increment their build number also.
Bugzilla seems to be tracking https://owncloud.org/install/#desktop
By then they should be looking at f24 though.
With the new obsoletes in place and starting with a vanilla Fedors_23, the procedure now looks like this for me:
dnf install owncloud-client
...
rpm -qa | grep owncloud
owncloud-client-2.1.1-2.fc23.x86_64
owncloud-client-libs-2.1.1-2.fc23.x86_64
rpm --import http://download.opensuse.org/repositories/isv:/ownCloud:/desktop//Fedora_23/repodata/repomd.xml.key
wget -nv http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Fedora_23/isv:ownCloud:desktop.repo -O /etc/yum.repos.d/isv:ownCloud:desktop.repo
dnf install owncloud-client
...
Package owncloud-client-2.1.1-2.fc23.x86_64 is already installed, skipping.
Dependencies resolved.
=========================================================================================================================================
Package Arch Version Repository Size
=========================================================================================================================================
Skipping packages with conflicts:
(add '--best --allowerasing' to command line to force their upgrade):
libowncloudsync0 x86_64 2.1.1-2.4 isv_ownCloud_desktop 405 k
libqt5keychain0 x86_64 0.5-9.1 isv_ownCloud_desktop 56 k
owncloud-client x86_64 2.1.1-2.4 isv_ownCloud_desktop 1.0 M
owncloud-client-l10n x86_64 2.1.1-2.4 isv_ownCloud_desktop 391 k
dnf install owncloud-client --best --allowerasing
...
=========================================================================================================================================
Package Arch Version Repository Size
=========================================================================================================================================
Installing:
libowncloudsync0 x86_64 2.1.1-2.4 isv_ownCloud_desktop 405 k
replacing owncloud-client-libs.x86_64 2.1.1-2.fc23
libqt5keychain0 x86_64 0.5-9.1 isv_ownCloud_desktop 56 k
replacing qtkeychain-qt5.x86_64 0.5.0-1.fc23
owncloud-client-l10n x86_64 2.1.1-2.4 isv_ownCloud_desktop 391 k
Upgrading:
owncloud-client x86_64 2.1.1-2.4 isv_ownCloud_desktop 1.0 M
and ...
dnf install owncloud-client-2.1.1-2.fc23.x86_64 --allowerasing
...brings me back to the Fedora packaged owncloud-client
With this, I'd consider the issue fixed.
Anybody to confirm?
I am still having some issues even with these new ones (I had the isv packages installed originally)
[root@aaron-desktop aaron] # dnf install owncloud-client
Last metadata expiration check: 2:28:05 ago on Mon Mar 14 14:59:51 2016.
Package owncloud-client-2.1.1-1.1.x86_64 is already installed, skipping.
Dependencies resolved.
===================================================================================================================================================================
Package Arch Version Repository Size
===================================================================================================================================================================
Skipping packages with conflicts:
(add '--best --allowerasing' to command line to force their upgrade):
owncloud-client x86_64 2.1.1-2.fc23 updates 1.3 M
owncloud-client-libs x86_64 2.1.1-2.fc23 updates 393 k
Transaction Summary
===================================================================================================================================================================
Skip 2 Packages
Nothing to do.
Complete!
[root@aaron-desktop aaron] # dnf install owncloud-client --best --allowerasing
Last metadata expiration check: 2:29:17 ago on Mon Mar 14 14:59:51 2016.
Package owncloud-client-2.1.1-1.1.x86_64 is already installed, skipping.
Dependencies resolved.
==============================================================================================================================================================================================================================================
Package Arch Version Repository Size
==============================================================================================================================================================================================================================================
Installing:
owncloud-client-libs x86_64 2.1.1-2.fc23 updates 393 k
Upgrading:
owncloud-client x86_64 2.1.1-2.fc23 updates 1.3 M
Removing:
owncloud-client-l10n x86_64 2.1.1-1.1 @isv_ownCloud_desktop 2.4 M
Transaction Summary
==============================================================================================================================================================================================================================================
Install 1 Package
Upgrade 1 Package
Remove 1 Package
Total download size: 1.7 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): owncloud-client-libs-2.1.1-2.fc23.x86_64.rpm 1.2 MB/s | 393 kB 00:00
(2/2): owncloud-client-2.1.1-2.fc23.x86_64.rpm 2.3 MB/s | 1.3 MB 00:00
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 1.4 MB/s | 1.7 MB 00:01
Running transaction check
Transaction check succeeded.
Running transaction test
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: Transaction check error:
file /usr/lib64/libowncloudsync.so.2.1.1 from install of owncloud-client-libs-2.1.1-2.fc23.x86_64 conflicts with file from package libowncloudsync0-2.1.1-1.1.x86_64
file /usr/lib64/owncloud/libocsync.so.2.1.1 from install of owncloud-client-libs-2.1.1-2.fc23.x86_64 conflicts with file from package libowncloudsync0-2.1.1-1.1.x86_64
Error Summary
-------------
[root@aaron-desktop ~] # dnf update
Last metadata expiration check: 2:33:50 ago on Mon Mar 14 14:59:51 2016.
Dependencies resolved.
==================================================================================================================================================================
Package Arch Version Repository Size
==================================================================================================================================================================
Skipping packages with broken dependencies:
owncloud-client x86_64 2.1.1-2.fc23 updates 1.3 M
Transaction Summary
==================================================================================================================================================================
Skip 1 Package
Nothing to do.
Complete!
[root@aaron-desktop ~] # dnf update --best --allowerasing
Last metadata expiration check: 2:34:08 ago on Mon Mar 14 14:59:51 2016.
Error: package owncloud-client-l10n-2.1.1-1.1.x86_64 requires owncloud-client(x86-64) = 2.1.1-1.1, but none of the providers can be installed
[root@aaron-desktop ~] # rpm -qa | grep owncloud
libowncloudsync0-2.1.1-1.1.x86_64
owncloud-client-l10n-2.1.1-1.1.x86_64
owncloud-client-2.1.1-1.1.x86_64
[root@aaron-desktop ~] # rpm --import http://download.opensuse.org/repositories/isv:/ownCloud:/desktop//Fedora_23/repodata/repomd.xml.key
[root@aaron-desktop ~] # wget -nv http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Fedora_23/isv:ownCloud:desktop.repo -O /etc/yum.repos.d/isv:ownCloud:desktop.repo
2016-03-14 17:36:07 URL:http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Fedora_23/isv:ownCloud:desktop.repo [292/292] -> "/etc/yum.repos.d/isv:ownCloud:desktop.repo" [1]
[root@aaron-desktop ~] # dnf install owncloud-client
Last metadata expiration check: 2:36:26 ago on Mon Mar 14 14:59:51 2016.
Package owncloud-client-2.1.1-1.1.x86_64 is already installed, skipping.
Dependencies resolved.
==============================================================================================================================================================================================================================================
Package Arch Version Repository Size
==============================================================================================================================================================================================================================================
Skipping packages with conflicts:
(add '--best --allowerasing' to command line to force their upgrade):
owncloud-client x86_64 2.1.1-2.fc23 updates 1.3 M
owncloud-client-libs x86_64 2.1.1-2.fc23 updates 393 k
Transaction Summary
==============================================================================================================================================================================================================================================
Skip 2 Packages
Nothing to do.
Complete!
[root@aaron-desktop ~] # dnf install owncloud-client --best --allowerasing
Last metadata expiration check: 2:36:36 ago on Mon Mar 14 14:59:51 2016.
Package owncloud-client-2.1.1-1.1.x86_64 is already installed, skipping.
Dependencies resolved.
==============================================================================================================================================================================================================================================
Package Arch Version Repository Size
==============================================================================================================================================================================================================================================
Installing:
owncloud-client-libs x86_64 2.1.1-2.fc23 updates 393 k
Upgrading:
owncloud-client x86_64 2.1.1-2.fc23 updates 1.3 M
Removing:
owncloud-client-l10n x86_64 2.1.1-1.1 @isv_ownCloud_desktop 2.4 M
Transaction Summary
==============================================================================================================================================================================================================================================
Install 1 Package
Upgrade 1 Package
Remove 1 Package
Total size: 1.7 M
Is this ok [y/N]: y
Downloading Packages:
[SKIPPED] owncloud-client-libs-2.1.1-2.fc23.x86_64.rpm: Already downloaded
[SKIPPED] owncloud-client-2.1.1-2.fc23.x86_64.rpm: Already downloaded
Running transaction check
Transaction check succeeded.
Running transaction test
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: Transaction check error:
file /usr/lib64/libowncloudsync.so.2.1.1 from install of owncloud-client-libs-2.1.1-2.fc23.x86_64 conflicts with file from package libowncloudsync0-2.1.1-1.1.x86_64
file /usr/lib64/owncloud/libocsync.so.2.1.1 from install of owncloud-client-libs-2.1.1-2.fc23.x86_64 conflicts with file from package libowncloudsync0-2.1.1-1.1.x86_64
Error Summary
-------------
[root@aaron-desktop ~] #
@arumbold
Hmm, maybe dnf update is not enough? I use dnf clean all as often as I can.
@jnweiger Yes - you were right.
Ran the clean all first this morning
[root@aaron-desktop aaron] # dnf clean all
Cleaning repos: updates google-chrome rpmfusion-free-updates-testing fedora-HandBrake rpmfusion-nonfree fedora-steam rpmfusion-free jgillich-brackets folkswithhats rpmfusion-nonfree-updates-testing
: isv_ownCloud_desktop fedora adobe-linux-x86_64 google-talkplugin
Cleaning up Everything
[root@aaron-desktop aaron] # dnf update --best --allowerasing
Fedora 23 - x86_64 3.2 MB/s | 43 MB 00:13
google-chrome 84 kB/s | 3.6 kB 00:00
Repository for Fedy 96 kB/s | 5.8 kB 00:00
Fedora 23 - x86_64 - Updates 2.8 MB/s | 20 MB 00:07
RPM Fusion for Fedora 23 - Nonfree - Test Updates 1.4 MB/s | 104 kB 00:00
negativo17 - Open source multiplatform video transcoder 536 kB/s | 35 kB 00:00
The ownCloud Desktop Client (Fedora_23) 186 kB/s | 16 kB 00:00
RPM Fusion for Fedora 23 - Free 2.8 MB/s | 738 kB 00:00
negativo17 - Steam 171 kB/s | 8.2 kB 00:00
Adobe Systems Incorporated 38 kB/s | 1.8 kB 00:00
RPM Fusion for Fedora 23 - Nonfree 1.8 MB/s | 218 kB 00:00
Copr repo for brackets owned by jgillich 20 kB/s | 15 kB 00:00
google-talkplugin 19 kB/s | 2.7 kB 00:00
RPM Fusion for Fedora 23 - Free - Test Updates 2.4 MB/s | 328 kB 00:00
Last metadata expiration check: 0:00:00 ago on Tue Mar 15 11:08:55 2016.
Dependencies resolved.
===========================================================================================================================================================================================================
Package Arch Version Repository Size
===========================================================================================================================================================================================================
Upgrading:
libowncloudsync0 x86_64 2.1.1-2.4 isv_ownCloud_desktop 405 k
libqt5keychain0 x86_64 0.5-9.1 isv_ownCloud_desktop 56 k
owncloud-client x86_64 2.1.1-2.4 isv_ownCloud_desktop 1.0 M
owncloud-client-l10n x86_64 2.1.1-2.4 isv_ownCloud_desktop 391 k
Transaction Summary
===========================================================================================================================================================================================================
Upgrade 4 Packages
Total download size: 1.8 M
Is this ok [y/N]: y
Downloading Packages:
(1/4): libqt5keychain0-0.5-9.1.x86_64.rpm 144 kB/s | 56 kB 00:00
(2/4): libowncloudsync0-2.1.1-2.4.x86_64.rpm 946 kB/s | 405 kB 00:00
(3/4): owncloud-client-2.1.1-2.4.x86_64.rpm 1.5 MB/s | 1.0 MB 00:00
(4/4): owncloud-client-l10n-2.1.1-2.4.x86_64.rpm 1.2 MB/s | 391 kB 00:00
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 2.5 MB/s | 1.8 MB 00:00
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Upgrading : libqt5keychain0-0.5-9.1.x86_64 1/8
Upgrading : libowncloudsync0-2.1.1-2.4.x86_64 2/8
Upgrading : owncloud-client-l10n-2.1.1-2.4.x86_64 3/8
Upgrading : owncloud-client-2.1.1-2.4.x86_64 4/8
Cleanup : owncloud-client-l10n-2.1.1-1.1.x86_64 5/8
Cleanup : owncloud-client-2.1.1-1.1.x86_64 6/8
Cleanup : libowncloudsync0-2.1.1-1.1.x86_64 7/8
Cleanup : libqt5keychain0-0.5-3.1.x86_64 8/8
Verifying : libowncloudsync0-2.1.1-2.4.x86_64 1/8
Verifying : libqt5keychain0-0.5-9.1.x86_64 2/8
Verifying : owncloud-client-2.1.1-2.4.x86_64 3/8
Verifying : owncloud-client-l10n-2.1.1-2.4.x86_64 4/8
Verifying : owncloud-client-2.1.1-1.1.x86_64 5/8
Verifying : owncloud-client-l10n-2.1.1-1.1.x86_64 6/8
Verifying : libowncloudsync0-2.1.1-1.1.x86_64 7/8
Verifying : libqt5keychain0-0.5-3.1.x86_64 8/8
Upgraded:
libowncloudsync0.x86_64 2.1.1-2.4 libqt5keychain0.x86_64 0.5-9.1 owncloud-client.x86_64 2.1.1-2.4 owncloud-client-l10n.x86_64 2.1.1-2.4
Complete!
[root@aaron-desktop aaron] # dnf update --best --allowerasing
Last metadata expiration check: 0:00:34 ago on Tue Mar 15 11:08:55 2016.
Dependencies resolved.
Nothing to do.
Complete!
Pheh! :+1:
Closing here.
Same problem with ubuntu 15.10... conflitcts with owncloud-client and libowncloudsync0 (= 2.1.1-2.1)