问题是我在互联网上安装了普通的TeXlive。然而,当我想安装像LyX这样的程序时,它会说:
The following NEW packages will be installed:
dvipng latex-beamer latex-xcolor lmodern lyx lyx-common pgf
preview-latex-style prosper ps2eps tex-common texlive-base texlive-binaries
texlive-common texlive-doc-base texlive-extra-utils texlive-font-utils
texlive-fonts-recommended texlive-fonts-recommended-doc
texlive-generic-extra 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-pictures
texlive-pictures-doc texlive-pstricks texlive-pstricks-doc texlive-science
texlive-science-doc tipa我确信latex-beamer、latex-xcolor和其他安装都是在我安装完毕后安装的。问题是如何从我的计算机上已经拥有的东西来构建一个虚拟包系统。Ubuntu应该将其检测并识别为已安装的包。另外,当我使用tlmgr update --all时,应该更新包。有人能说明一下这个问题吗?
发布于 2013-01-12 07:57:40
Ubuntu只知道它的包系统。它不会与CTAN集成,如果你想欺骗APT,认为你有Ubuntu版本的这些软件包,你必须自己去做。而且它可能不能完美地工作。
您可以使用equivs包轻松地制作Provides所有这些包的包。那应该管用。
https://askubuntu.com/questions/237228
复制相似问题