Good morning.
I try to install fenicsx on ubuntu20.04.
To do so I used the following instructions
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:fenics-packages/fenics
sudo apt-get update
sudo apt-get install fenicsx
Unfortunately I obtained the following message (in French):
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Certains paquets ne peuvent être installés. Ceci 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 :
Les paquets suivants contiennent des dépendances non satisfaites :
fenicsx : Dépend: libdolfinx-dev (>= 1:0.4~) mais ne sera pas installé
Dépend: python3-dolfinx (>= 1:0.4~) mais ne sera pas installé
Dépend: python3-ffcx (>= 1:0.4~) mais ne sera pas installé
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
Which can be translated in
Reading of package lists... Done
Building the dependency tree
Reading of status information... Done
Some packages cannot be installed. This may mean that
that you have asked for the impossible, or, if you are using the
unstable distribution, that some packages have not yet been created or
created or not released from Incoming.
The following information should help you to solve the situation:
The following packages contain unmet dependencies:
fenicsx: Depend: libdolfinx-dev (>= 1:0.4~) but will not be installed
Dependency: python3-dolfinx (>= 1:0.4~) but will not be installed
Depends: python3-ffcx (>= 1:0.4~) but will not be installed
E: Unable to fix problems, faulty packages are in "keep as is" mode.
I tried to find a solution on internet but i was not able to fix this issue.
Does anyone have a suggestion to fix this issue?
Thank you in avance