当我试图安装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据我所知,对于html和docbook后端来说,这是完全没有必要的:只有当我想要生成胶乳文件时,我才需要它。
这个问题与这个问题有关,因为在Ubuntu / Debian上安装普通Tex并不容易(有时候,这对于获得最新版本的Tex组件是必要的)。
发布于 2013-10-11 06:52:17
尝试:
sudo apt-get --no-install-recommends install asciidoc如果维护人员认为许多使用它的人需要第二个包,或者它有一些需要它的特性,那么包可以推荐另一个包。
https://askubuntu.com/questions/356604
复制相似问题