Dear Flair Creators:
I installed FLUKA and flair,then ran the example. But when I use the plot function, I get the prompt in the figure, I don’t know what’s wrong.
Best regards
Li
Dear Flair Creators:
I installed FLUKA and flair,then ran the example. But when I use the plot function, I get the prompt in the figure, I don’t know what’s wrong.
Best regards
Li
Hi Li,
this is not a Flair issue, but a package seems to be missing from your Ubuntu. Use the following command to install it.
sudo apt install libcanberra-gtk-module libcanberra-gtk3-module
Cheers,
David
Dear David,
Thans for your reply,please forgive me for my poor knowledge of installation.I tried what you told me,but there seems to be a new problem, as shown in the figure.
Best regards
Li
Hi Li,
you could try the suggested commands:
sudo apt update
sudo apt upgrade
sudo apt --fix-broken install
If it doesn’t work you can try to install manually the missing packages:
sudo apt install tk libcanberra-gtk0
Cheers,
David
Dear David,
Thank you very much. It works!
Cheers,
Li