为什么 asciidoc 将 texlive 作为依赖项?

XXX*_*XXX 9 apt asciidoc

这是我尝试安装时发生的情况asciidoc

$ sudo apt-get install asciidoc
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  dblatex docbook-utils jadetex latex-beamer latex-xcolor libgraphite3
  libkpathsea6 libptexenc1 lmodern luatex pgf prosper ps2eps tex-gyre texlive
  texlive-base texlive-bibtex-extra texlive-binaries texlive-common
  texlive-doc-base texlive-extra-utils texlive-font-utils
  texlive-fonts-recommended texlive-fonts-recommended-doc
  texlive-generic-recommended texlive-latex-base texlive-latex-base-doc
  texlive-latex-extra texlive-latex-extra-doc texlive-latex-recommended
  texlive-latex-recommended-doc texlive-luatex texlive-math-extra
  texlive-pictures texlive-pictures-doc texlive-pstricks texlive-pstricks-doc
  tipa xmlto
Run Code Online (Sandbox Code Playgroud)

据我了解,对于 html 和 docbook 后端完全没有必要:如果我想生成乳胶文件,我只需要它。

这个问题与这个问题有关,从某种意义上说,在 Ubuntu / Debian 上安装 vanilla Tex Live 并不容易(有时,这是获取最新版本的 Tex Live 组件所必需的)。

Oha*_*hen 11

尝试:

sudo apt-get --no-install-recommends install asciidoc
Run Code Online (Sandbox Code Playgroud)

包可以推荐另一个包,如果维护者认为很多人使用它会需要第二个,或者它有一些需要它的功能。