Hi, I just installed Fedora 32 on my Dell XPS 9560 and everything went smoothly. However, I need to install the i8kutils package to manually control the fans of my laptop, normally I can easily find this package in other Linux distributions, but in Fedora 32 it seems to be absent in any repository.
I then tried to download the latest version of the package from launchpad as a .deb file and I successfully converted it in .rmp by doing:
sudo alien --to-rpm i8kutils_1.43_amd64.deb
Then if I try to install it by:
sudo rpm -U i8kutils-1.43-2.x86_64.rpm
I get this as output:
file / from install of i8kutils-1.43-2.x86_64 conflicts with file from package filesystem-3.14-2.fc32.x86_64
file /lib from install of i8kutils-1.43-2.x86_64 conflicts with file from package filesystem-3.14-2.fc32.x86_64
file /usr/bin from install of i8kutils-1.43-2.x86_64 conflicts with file from package filesystem-3.14-2.fc32.x86_64
file /etc/init.d from install of i8kutils-1.43-2.x86_64 conflicts with file from package initscripts-10.02-3.fc32.x86_64
file /etc/init.d from install of i8kutils-1.43-2.x86_64 conflicts with file from package chkconfig-1.11-6.fc32.x86_64
Seems there are some conflicts with some other installed packages in the distribution, how can I successfully overcome this and finally correctly install the package?
Thank you in advance.