Kubuntu 25.04

Moderators: Site Moderators, FAHC Science Team

Post Reply
JVallois
Posts: 5
Joined: Sun Sep 20, 2020 2:05 pm

Kubuntu 25.04

Post by JVallois »

Hello everybody!

I tried to install v8.4.9 into Kubuntu 25.04, but I got a problem :

Code: Select all

Note : sélection de « fah-client » au lieu de « ./fah-client_8.4.9_amd64.deb »
Résolution des dépendances  ... Erreur !
Certains paquets ne peuvent être installés. Cela peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation : 

Impossible de satisfaire les dépendances : 
 fah-client : Dépend: polkitd-pkla mais il n'est pas installable ou
                       policykit-1 (< 0.106) mais il n'est pas installable
Erreur : Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
Erreur : The following information from --solver 3.0 may provide additional context:
   Unable to satisfy dependencies. Reached two conflicting decisions:
   1. fah-client:amd64=8.4.9 is selected for install
   2. fah-client:amd64 Dépend polkitd-pkla | policykit-1 (< 0.106)
      but none of the choices are installable:
      [no choices]
arisu
Posts: 382
Joined: Mon Feb 24, 2025 11:11 pm

Re: Kubuntu 25.04

Post by arisu »

The package has a dependency on polkitd-pkla, but for some reason it (or one of its own dependencies) not available in the version you need. The only purpose of polkitd-pkla is to let FAH inhibit suspend (sleep) while folding. If you don't plan on using that feature then it doesn't really need polkitd-pkla.

You should be able to remove the dependency this way, by extracting the deb file, changing the dependency list, then re-packaging it:

Code: Select all

$ mkdir -p newfah/DEBIAN
$ dpkg -x fah-client_8.4.9_amd64.deb newfah
$ dpkg -e fah-client_8.4.9_amd64.deb newfah/DEBIAN
$ sed -i 's/polkitd-pkla | policykit-1 (<< 0.106), //' newfah/DEBIAN/control
$ dpkg -b newfah newfah.deb
$ sudo dpkg -i newfah.deb
JVallois
Posts: 5
Joined: Sun Sep 20, 2020 2:05 pm

Re: Kubuntu 25.04

Post by JVallois »

Thanks a lot.
Now, I can fold as usual.
Post Reply