我正在尝试安装软件包LaTeXila,输出看起来像这样:
$ sudo apt-get install latexila --no-install-recommends
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
latexila-data latexmk luatex tex-common texlive-base texlive-binaries
texlive-common texlive-doc-base texlive-latex-base
Suggested packages:
rubber texlive-latex-extra debhelper
Recommended packages:
texlive texlive-latex-recommended texlive-luatex lmodern
texlive-latex-base-doc
The following NEW packages will be installed:
latexila latexila-data latexmk luatex tex-common texlive-base
texlive-binaries texlive-common texlive-doc-base texlive-latex-base
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
Need to get 29.3 MB of archives.
After this operation, 74.5 MB of additional disk space will be used.
Do you want to continue [Y/n]?
我不想安装texlive软件包。我已经从http://www.tug.org/texlive/手动安装了texlive 。有什么建议么?
添加程序,然后删除不需要的软件包。当您安装类似的程序时,您只需下载/安装一组软件包。您需要更改软件包中包含的内容,并且不能以用户身份进行更改。
—
阿尔瓦(Alvar)
这里确实应该有一些高级用户功能。它要么让我安装没有特定依赖项的东西,要么让我声称已经安装了某些东西,即使它实际上没有安装。如果我想被当作我不知道自己在做什么,我会坚持使用Windows。
—
Alex
好吧,如果您真的不想要整个软件包,则只需安装特定文件并希望它可以工作。
—
阿尔瓦(Alvar)
亚历克斯-我想我可能无意中投下了反对票。我有一个习惯,就是在触摸板上将网页向下滚动到左侧。在这个网站上,我已经发生过几次,可能我没有注意到您的情况。(希望投票得到确认)。解决您的问题的另一种方法是创建一个Equivs程序包。虽然可行,但对于诸如texlive之类的东西来说并不是最简单的。一些信息和一个链接示例-tug.org/texlive/debian.html
—
doug