Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Texliveis the most popular package for LaTeX in Linux.When installing texlive in linux, you’d better install the full version to avoid missing packages. For example, in Debian you can do this using the following command.
sudo apt install texlive-full
# minimum LaTex
sudo apt install texlive texinfo
# Chinese support
sudo apt install texlive texinfo texlive-xetex texlive-lang-cjk
# GUI
sudo apt install texstudio dvipng
# full LaTex and GUI
sudo apt install texlive-full texstudio dvipng