I installed TexStudio with this command:
sudo apt-get install texstudio
Now I need to install some packages like amsmath
and amsfonts
.
I typed in:
sudo apt-get install texlive-<\t>
but I get hundred of proposals, I don't know which one to install to get the required packages.
How can I find out which texlive-...
-component to install via apt-get
to get the required packages?
From the Ubuntu Software Center if you search for the name of the LaTeX package that you want (e.g.
amsmath
) you will find what you need (e.g.).Via command line you can do the same thing with
apt-cache
:and then to be sure