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?