How to install it in ubuntu software step by step

how to install calculix using precice in ubontu step by step

You could use this script:

https://www.feacluster.com/install/install

You can obtain it with:

wget https://feacluster.com/install/install
perl install

and just change this line to install a different version of CalculiX:

$version = '2.2x';

1 Like

How to use this code? Or in which path this code applied?

Just enter the two commands (wget and then perl install) in the Ubuntu command window. The first command will fetch the script while the second command will run it. If you want to change the version, you have to do it before running the second command. The script is interactive so you will also get prompts for some choices (such as the matrix solver) after executing it. Otherwise, the installation is automatic.

1 Like

please help me to install and run calculix in ubontu step by step or provide any vedio link

Have you tried using the precompiled executable from the official website?
https://www.dhondt.de/ccx_2.23.tar.bz2