我试图从Ubuntu软件安装TeXstudio,但下载失败,它向我展示了以下消息:
Unable to install TeXstudio as download failed:
E:http://mirror.serverloft.eu/ubuntu/ubuntu focal/universe amd64 lipqt5script5
amd64 5.12+dfsg-0ubuntu1 is not (yet) available
(Temporary failure resolving 'mirror.serverloft.eu')
发布于 2021-04-16 00:29:21
lipqt5script5 5.12+dfsg-0ubuntu1
在Ubuntu焦点上不可用,这就是为什么您收到了is not (yet) available
错误。可用的版本是5.12.8+dfsg-0ubuntu1
,这里是apt policy libqt5script5
的输出:
libqt5script5:
Installed: (none)
Candidate: 5.12.8+dfsg-0ubuntu1
Version table:
5.12.8+dfsg-0ubuntu1 500
500 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
您可以从texstudio
推荐的ppa:sunderme/texstudio
安装官方网站
sudo add-apt-repository ppa:sunderme/texstudio
sudo apt-get update
sudo apt install texstudio
https://unix.stackexchange.com/questions/645305
复制相似问题