Texmaker don't compile latex document on Ubuntu

This is what I did:

1- Install Latex compiler:

sudo apt-get install abntex

2- Install TexMaker:

sudo apt-get install texmaker

3- Run texmaker and load your Tex document

And you install next, too

sudo apt-get  install texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-fonts-recommended texmaker

You can install all dependencies just using sudo apt-get install texlive


As I said in Install LaTeX on Ubuntu or Debian, I use the following commands:

sudo apt-get install texlive-full

And then:

sudo apt-get install texmaker

Note that the installation of the full Tex Live distribution take a long time, but I recommend it a lot!