什么包提供了 pgfplots.sty?

d3p*_*3pd 7 package-management latex

我遇到了以下错误:

! LaTeX Error: File `pgfplots.sty' not found.
Run Code Online (Sandbox Code Playgroud)

如何在 Ubuntu 14.04 中安装 PGFPlots?我已经安装了以下软件包:

  • texlive-full
  • texlive-乳胶-额外
  • texlive-bibtex-extra
  • texlive-字体-推荐
  • pdflatex

ste*_*ver 9

pgfplots.sty文件应由texlive-pictures14.04 上的包提供

$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04 LTS"
$ 
$ dpkg -S pgfplots.sty
texlive-pictures: /usr/share/texlive/texmf-dist/tex/latex/pgfplots/pgfplots.sty
$ 
Run Code Online (Sandbox Code Playgroud)