首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >MiKTeX安装问题

MiKTeX安装问题
EN

Ask Ubuntu用户
提问于 2020-04-29 11:15:48
回答 1查看 3.1K关注 0票数 3

我正在试图修复Ubuntu18.04上的MiKTeX安装,或者至少我希望删除它和它的所有包,以便安装TexLive。

几周前我试着安装它,跟着https://miktex.org/howto/install-miktex-unx,我得到了

代码语言:javascript
复制
N: Skipping acquire of configured file 'universe/binary-i386/Packages' as repository 'http://miktex.org/download/ubuntu bionic InRelease' doesn't support architecture 'i386'

我没有多少时间来解决这个问题,所以我什么也没做。今天早上,我在最后一步尝试了这个解决方案:

Http://miktex.org/download/ubuntu i386存储库“不支持体系结构”

然后我跑:

代码语言:javascript
复制
 rob@rob-Ubuntu:~$ sudo apt install miktex
 Reading package lists... Done
 Building dependency tree       
 Reading state information... Done
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 The following information may help to resolve the situation:

 The following packages have unmet dependencies.
 miktex : Depends: libhunspell-1.3-0 (>= 1.3.3) but it is not installable
          Depends: libicu55 (>= 55.1-1~) but it is not installable
          Depends: libmpfr4 (>= 3.1.3) but it is not installable
          Depends: libpng12-0 (>= 1.2.13-4) but it is not installable
 E: Unable to correct problems, you have held broken packages.

最后,

代码语言:javascript
复制
 rob@rob-Ubuntu:~$ sudo aptitude install libhunspell-1.3-0
 No candidate version found for libhunspell-1.3-0
 Unable to apply some actions, aborting

似乎什么都起不到作用。

有什么建议吗?

我希望1-正确安装Miktex 2-取消与其相关的任何内容,并安装TexLive。

EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2020-04-29 12:47:52

如果安装了dpkg -l miktex,MiKTeX将返回。要擦除MiKTeX : MiKTeX Console ->清理->重置TeX安装,然后

代码语言:javascript
复制
sudo apt-get remove miktex
sudo apt autoremove

要在18.04上安装TeXLive,可以安装

  1. 纹理基
  2. 纺织品乳胶-推荐
  3. 织构
  4. 织物-乳胶-额外
  5. 贴图满

第一个包texlive-base将只安装基本的LaTeX。texlivetexlive-latex-extra将适合大多数用户。如果您有足够的空间,并且不介意不必要的包,请使用texlive-full

代码语言:javascript
复制
sudo apt-get update
sudo apt-get install texlive-full
票数 2
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1232851

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档