为什么 python-sympy 需要 520MB?

eva*_*n54 5 python apt software-installation

我想安装 sympy 所以当我输入

sudo apt-get install python-sympy
Run Code Online (Sandbox Code Playgroud)

我得到以下输出:

The following NEW packages will be installed:
    dvipng fonts-cabin fonts-comfortaa fonts-droid fonts-freefont-otf
    fonts-gfs-artemisia fonts-gfs-complutum fonts-gfs-didot
    fonts-gfs-neohellenic fonts-gfs-olga fonts-gfs-solomos fonts-inconsolata
    fonts-junicode fonts-lato fonts-linuxlibertine fonts-oflb-asana-math
    fonts-sil-gentium fonts-sil-gentium-basic fonts-stix otf-freefont
    python-sympy texlive-fonts-extra texlive-fonts-extra-doc texlive-xetex
Need to get 228 MB of archives.
After this operation, 524 MB of additional disk space will be used.
Run Code Online (Sandbox Code Playgroud)

我需要所有这些字体吗?我认为这就是尺寸增加如此之多的原因。如果我不需要它们,如何在没有字体的情况下安装 python-sympy。

据我所知,这是python-sympy包的页面,它似乎不依赖/推荐上面的包。

小智 4

texlive-fonts-extra 引入所有其他字体。虽然我不熟悉 sympy,但我查看了它的网页,发现当我在大学写论文时,磁盘空间的最大消耗者是使用数学符号生成高质量文本所需的所有字体。