Hi
I will participate in the Fluka workshop next week, but still couldn’t manage to install FLUKA. I have downloaded Fluka and flair latest versions but the installation didn’t work as it can be seen in the attached screen shot
Dear Sameh,
which packages did you download, and how did you try to install them?
Cheers,
David
Thanks for quick reply
I have downloaded the following packages as in screen shot
I am using virtual PC based on fedora operating system
I try to install the new version by just double click on them but it didn’t work please see the screen shot below:
Dear Sameh,
first you need to remove the old Flair installation:
sudo rpm -e flair flair-geoviewer
then install the latest one:
sudo rpm -ivh flair-3.1-13.noarch.rpm flair-geoviewer-3.1-13.x86_64.rpm
For FLUKA you will need to download the fluka-4-1.1.Linux-gfor9.x86_64.rpm
To install it, use the command:
sudo rpm -ivh fluka-4-1.1.Linux-gfor9.x86_64.rpm
Cheers,
David
Dear David,
thanks for your support, I managed to remove the old versions but I couldn’t install the new one as seen in the screen shot
cheers
Sameh
Dear Sameh,
you need to install the missing dependencies:
sudo dnf install python3-matplotlib ...
Cheers,
David