I've posted this yesterday in the Ubuntu StackExchange but I thought why not here too.
I do get the Error
"Could not start the command"
every time I want to compile a document and I can't explain why. (It hast the addition - "pdflatex -synctex=1 -interaction=nonstopmode %.tex" because this process is supposed to run but Texmaker can't find it?) I have deleted and reinstalled both texlive and texmaker (currently I have the texlive-latex-extra package installed).
I have also created a tex Document with an editor and compiling it to pdf using the terminal and it worked fine, which basically means that I've installed the texlive package the right way?
So I'm really not understanding whats wrong with my installation.
If anything else is needed to solve this Problem I'm happy to give more information.
Thanks in advance!
.bashrcand starting TeXMaker from a menu or similar. Add the PATH change to.profilelog out and in again and try once more. (we see this problem a lot) – daleif Nov 15 '18 at 09:20pdflatexshould be found. What is the output ofwhich pdflatexin a terminal?? – Nov 15 '18 at 09:30pdflatex <myfile>Does it run? If yes, then you should delete texmaker and install TeXstudio, it is the successor to texmaker – Nov 15 '18 at 09:40texmakerwork if you start it from the command line instead of from a menu? – daleif Nov 15 '18 at 09:47