安装 texlive2020 后,旧版本仍然存在

安装 texlive2020 后,旧版本仍然存在

我使用终端中的以下命令卸载并删除了 texlive 2017:

`sudo apt-get remove texlive
 sudo apt-get autoremove
 sudo apt-get remove tex-common`

pdflatex --version在终端中 输入时,我得到了命令未找到。然后我install-tl-unx.tar.gztug.org网页下载后安装了 texlive 2020。我按照安装结束时的建议将所有需要的内容放在 PATH 变量下。当我在终端中检查 latex 的版本时(我使用的是 Ubuntu 18.04),我得到的是旧版本 texlive 2017。我想安装新版本的 texlive,因为我在 TexStudio 中经常收到错误消息,否则我无法处理。你知道为什么 texlive2020 没有出现吗?

相关内容