When you install software on linux, you need administrator privilege.
Instead of typing just “command”, you must type
“sudo command” (it means to do as a superuser). Then the system asks you to give the administrator password for your computer. You need to do this for all of your commands, otherwise you get the messages “permission denied” or “requested operation requires superuser privilege”
Also when I command make - j4 , the terminal stops after a while.
I am following the instructions on the freefem page. Is there a different installation and compilation way? I have been dealing to install freefem for 5 days and I still have not done it yet
git checkout develop. Also, never use sudo for installing FreeFEM (or other packages in general), this is bad practice, it’s best to use a prefix install, just read GitHub - FreeFem/FreeFem-sources: FreeFEM source code.