ddcui icon indicating copy to clipboard operation
ddcui copied to clipboard

Can't install ddcui on Fedora 40

Open pglizniewicz opened this issue 1 year ago • 4 comments

I've tried to install ddcui from COPR on Fedora 40, but it conflicts with the liddcutil package from the system repository. KDE Plasma depends on the system package, so it can't be removed. The error message is:

Error: Transaction test error:
  file /usr/lib64/libddcutil.so.5 from install of libddcutil5-2.1.3-1.fc40.x86_64 conflicts with file from package libddcutil-2.1.2-1.fc40.x86_64

pglizniewicz avatar Mar 19 '24 21:03 pglizniewicz

I'm going to have to think about how best to address this problem. I've been following the Debian convention of using a suffix number on the package name to differentiate incompatible versions of a shared library, i.e. ones with different SONAMEs. This makes it straightforward to install both the current version of a shared library and the an older version for applications that require that older version.

In the meantime, building from branch 0.5.4 release and then doing make install should address the problem.

rockowitz avatar Mar 20 '24 12:03 rockowitz