Linux (在 20.11-LTS 版本之前)
在 Linux 中,安装过程更加简单。只需使用适用于您的分发版的标准安装程序工具即可安装 3 个包:texlive-latex-base、imagemagick 和 ghostscript。
CentOS (在 20.11-LTS 版本之前)
在 CentOS 上,可使用以下命令完成此操作:
sudo yum -y install ImageMagick \
texlive-latex \
texlive-latex-bin \
texlive-latexconfig \
texlive-amsmath \
texlive-dvipng \
texlive-dvipng-bin \
texlive-dvips \
texlive-dvips-bin \
texlive-texconfig \
texlive-texconfig-bin \
texlive-metafont \
texlive-metafont-bin \
texlive-collection-fontsrecommended
sudo yum -y groupinstall "fonts"
Suse (在 20.11-LTS 版本之前)
在 Suse 中,可使用以下命令完成此操作:
sudo zypper install texlive-latex textlive-bin-latex
Ubuntu (在 20.11-LTS 版本之前)
在 Ubuntu 上,可使用以下命令完成此操作:
sudo apt-get install texlive-latex-base imagemagick ghostscript
这对您有帮助吗?