On Fri, Sep 30, 2016 at 10:16 PM, Robert Kudyba <rkudyba@fordham.edu> wrote:
I'm seeing this:
dnf update
Failed to synchronize cache for repo 'mikedep333-x2go', disabling.
Last metadata expiration check: 1:28:44 ago on Fri Sep 30 20:46:02 2016.
Dependencies resolved.
==============================================================================================================================
Package Arch Version Repository Size
==============================================================================================================================
Skipping packages with broken dependencies:
libNX_X11-6 x86_64 3.5.99.1-0.0build1.fc24 mikedep333-nx-libs-3.6 511 k
Transaction Summary
==============================================================================================================================
Skip 1 Package
Nothing to do.
Complete!
My mistake, you need to run this command also: sudo dnf update --allowerasing --best libNX_X11-6 It will result in the old libNX_* packages being removed.
I have updated the instructions here to include that command: https://copr.fedorainfracloud.org/coprs/mikedep333/nx-libs-3.6/
-Mike