如何移除Miktex?我需要删除MikkTex和安装纺织品,因为损坏的软件包和更新问题。
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: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
and
Reading package lists... Done
N: Skipping acquire of configured file 'universe/binary-i386/Packages' as repository 'http://miktex.org/download/ubuntu xenial InRelease' doesn't support architecture 'i386'也是
Do you want to continue? [Y/n] y (Reading database ... 284955 files and directories currently installed.) Removing miktex (2.9.6930-bionic1) ... miktexsetup: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_4' not found (required by /usr/bin/../lib/libMiKTeX209-packagemanager.so.5) dpkg: error processing package miktex (--remove): installed miktex package pre-removal script subprocess returned error exit status 1 Errors were encountered while processing: miktex E: Sub-process /usr/bin/dpkg returned an error code (1)
发布于 2019-04-29 05:43:51
根据此如何。,在卸载MiKTeX之前,需要首先使用MiKTeX控制台将安装重置为工厂默认值:
这会将TeX安装重置为初始状态,删除MiKTeX安装程序创建的所有文件和目录。现在可以通过命令行卸载:
sudo apt-get remove miktex
sudo apt autoremovehttps://askubuntu.com/questions/1130137
复制相似问题