Openmc Instalation Guide
Openmc Instalation Guide
Openmc Instalation Guide
1. Install GIT
Updating the package index ensures you’re working with the latest software versions.
Help : https://phoenixnap.com/kb/how-to-install-git-on-ubuntu
2. Install GCC
The command installs a lot of packages, including gcc, g++ and make.
Verify that the GCC compiler is successfully installed by running the following command that
prints the GCC version
gcc --version
Help
https://linuxize.com/post/how-to-install-gcc-on-ubuntu-20-04/
Once the tar.gz file is downloaded, enter the following command to extract it:
$ tar -zxvf cmake-3.20.0.tar.gz
The bootstrap process may take some time, do not interrupt it. When CMake has bootstrapped, you
will get the following output:
After the software is successfully installed, you can verify its installation and also if the correct
version is installed, through the following command:
$ cmake --version
CMake 3.20.0 has been installed successfully on Ubuntu. You can now use the CLI tool to work
with your software’s code.
After updating apt database, We can install hdf5-tools using apt-get by running the
following command:
sudo apt-get -y install hdf5-tools
After updating apt database, We can install hdf5-tools using apt by running the following
command:
sudo apt -y install hdf5-tools
help : https://installati.one/install-hdf5-tools-ubuntu-20-04/
https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-
programming-environment-on-an-ubuntu-20-04-server
---------------------------------------------------------------------