嗨,我正在尝试在 Ubuntu 16.04 上通过 sublime text 运行 latex。我已经设置了 sublime text,并且按照命令安装了 Texlive 2015/debian
tex --version
我一直在尝试使用 tlmgr 安装软件包,但目前缺少 gensymb,因此在尝试构建时出现编译错误。我按照此处的说明进行操作
install tlmgr
然后我遇到了错误
Unknown direction ...containerchecksum
当尝试做的时候
tlmgr install gensymb
然后我发现了这个
并遵循它
当我再次尝试时,tlmgr install gensymb
我现在得到
(running on Debian, switching to user mode!)
TLDownload::get_file: response error: 404 File 'texlive.tlpdb.xz' not found (for ftp://tug.org/historic/systems/texlive/2015/tlnet-final/tlpkg/texlive.tlpdb.xz)
TLUtils::download_file: persistent connection ok, but download failed: ftp://tug.org/historic/systems/texlive/2015/tlnet-final/tlpkg/texlive.tlpdb.xz
TLUtils::download_file: retrying with wget.
TLUtils::download_file: retry with wget succeeded: ftp://tug.org/historic/systems/texlive/2015/tlnet-final/tlpkg/texlive.tlpdb.xz
TeX Live 2015 is frozen forever and will no
longer be updated. This happens in preparation for a new release.
If you're interested in helping to pretest the new release (when
pretests are available), please read http://tug.org/texlive/pretest.html.
Otherwise, just wait, and the new release will be ready in due time.
tlmgr: package repository ftp://tug.org/historic/systems/texlive/2015/tlnet-final
tlmgr install: package gensymb not present in repository.
tlmgr: action install returned a warning.
有人能帮我吗?我对 ubuntu (一般是 linux) 还很陌生。
编辑:更新,根据我通过安装的评论这。
我跑这条线
sudo dpkg -i texlive-local_2016-2_all.deb
得到这个
(Reading database ... 290849 files and directories currently installed.)
Preparing to unpack texlive-local_2016-2_all.deb ...
Unpacking texlive-local (2016-2) over (2016-2) ...
dpkg: dependency problems prevent configuration of texlive-local:
texlive-local depends on freeglut3; however:
Package freeglut3 is not installed.
dpkg: error processing package texlive-local (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
texlive-local