I have put a downloaded iso image of Texlive 2019 on Linux (Mint 19.3, 32 bit) desktop. I open the terminal in the desktop and perform the following commands
$ mkdir mountpoint
$ sudo mount -o loop texlive2019-20190410.iso mountpoint
$ Password:
$ cd mountpoint/
$ ./install-tl
Everything works and the following prompt appears
Actions:
<I> start installation to hard disk
<P> save installation profile to 'texlive.profile' and exit
<H> help
<Q> quit
I press I, but I get the following error:
Installing to: /usr/local/texlive/2019
install-tl: No binary platform specified/available, quitting.
How can one solve this problem?
P.S. I can install Texlive without problem on Windows with the same iso image.
$ ./install-tl -print-platformsay? – DG' Mar 29 '20 at 09:24i386-linux. – Name Mar 29 '20 at 09:35$ ./install-tl -force-platform i386-linux– DG' Mar 29 '20 at 09:37./install-tl -force-platform i386-linuxI get the same error as in the body of my question. – Name Mar 29 '20 at 09:42$ sudo ./install-tl? – DG' Mar 29 '20 at 09:52sudothe same error appears. I came across https://tex.stackexchange.com/questions/496513/how-to-install-texlive-from-dvd-onto-a-32bit-linux-machine – Name Mar 29 '20 at 10:13