I am trying to fix a MiKTeX installation on Ubuntu 18.04, or at least I would like to remove it and all its packages in order to install TexLive.
I tried to install it a couple of weeks ago, following https://miktex.org/howto/install-miktex-unx, and i got
N: Skipping acquire of configured file 'universe/binary-i386/Packages' as repository 'http://miktex.org/download/ubuntu bionic InRelease' doesn't support architecture 'i386'
I didn't have much time to fix the problem, so I didn't do anything. Gong back to it this morning, I tried this solution on the last step:
repository 'http://miktex.org/download/ubuntu xenial InRelease' doesn't support architecture 'i386'
Then I run:
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.
And, at the end
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
Nothing seems to work.
Any suggestions?
I would like 1- to install Miktex correctly OR 2- cancel anything related to it, and install TexLive.
dpkg -l miktex
will return if miktex is installed. – dlin Apr 29 '20 at 14:44