Novato en linux y salome

hello, i am really bad installing software

could you hive me some tutorial… please?

I use the tar-gz file
I extracted the file

and then… this step…

./sat config SALOME-9.14.0-native --check_system

whit this result

WARNING: Some run time system dependencies are missing!
Please install them with dpkg-query before running salome
missing run time dependencies : python3-babel python3-pytest-cython python3-jinja2 python3-sphinx python3-alabaster python3-cftime libcminpack1 python3-docutils fftw libfreeimage3 python3-imagesize liblapacke clang libmetis5 python3-netcdf4 libnlopt0 libnlopt-cxx0 python3-nlopt python3-nose python3-numpydoc python3-pandas python3-patsy libqwt-qt5-6 libfftw3-double3 libopenexr25 libilmbase25 libffi7 libxml++2.6-2v5 python3-stemmer python3-sphinx-rtd-theme python3-sphinxcontrib.websupport sphinx-intl python3-statsmodels python3-toml

WARNING: Some compile time system dependencies are missing!
Please install them with dpkg-query before compiling salome
missing compile time dependencies : libcminpack-dev libcppunit-dev fftw-dev libfreeimage-dev libgraphviz-dev liblapacke-dev llvm-dev libmetis-dev libnlopt-dev libnlopt-cxx-dev python3-patsy libqwt-qt5-dev libxcb-dri2-0-dev libxkbcommon-dev libxkbcommon-x11-dev libxi-dev libxpm-dev libxcursor-dev libqt5svg5-dev libqt5x11extras5-dev qtxmlpatterns5-dev-tools libxml++2.6-dev libgmp-dev libmpfr-dev python3-sip-dev python3-statsmodels swig

Hi,
here you need to install the system dependencies which have been found as being missing with apt tool.
If you’re not comfortable with Linux commands, better use the universal binary which will ease things and once the archive extracted, run:

chmod u+x run_salome.sh
./run_salome.sh

HTH

Que hago? what should I do?

1- Launch a terminal (can be done with a shortcut [CTRL+ALT+t] on ubuntu)

2- in that terminal, type:

cd  SALOME-9.14.0 # assuming SALOME-9.14.0 is in that directory
chmod u+x run_salome.sh
./run_salome.sh