On Tue, 19 May 2026 15:34:24 -0400 Robert Moskowitz via users 
<[email protected]> wrote:
> root@lx260:/home/rgm# dnf install tlp

> Installing weak dependencies:
>   tlp-pd                  noarch  0:1.10.1-1.fc44          updates     59.0 
> KiB
[...]
> Transaction failed: Rpm transaction failed.
>    - file 
> /usr/share/dbus-1/system-services/net.hadess.PowerProfiles.service from 
> install of tlp-pd-1.10.1-1.fc44.noarch conflicts with file from package 
> power-profiles-daemon-0.30-3.fc44.x86_64

>    - file 
> /usr/share/dbus-1/system-services/org.freedesktop.UPower.PowerProfiles.service
>  
> from install of tlp-pd-1.10.1-1.fc44.noarch conflicts with file from 
> package power-profiles-daemon-0.30-3.fc44.x86_64
 
> Any advise?

Try:

  dnf install --setopt install_weak_deps=0 tlp

that will not install the tlp-pd RPM that is a replacement of 
power-profiles-daemon

Or:

  dnf install tlp --allowerasing

that will I think remove power-profiles-daemon and install tlp-pd

Or:

  dnf swap power-profiles-daemon tlp-pd

that will also install tlp that is a require of tlp-pd

-- 
francis
-- 
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://forge.fedoraproject.org/infra/tickets/issues/new

Reply via email to