I am trying to use make4ht to convert a .tex file into an xml file. Since apparently my Texlive was outdated, I went through the process of installing the 2020 version manually ("vanilla" using How to install "vanilla" TeXLive on Debian or Ubuntu?). Now, I am trying to use tlmgr to install make4ht
tlmgr install make4ht
but it says '/usr/bin/tlmgr: unexpected return value from verify_checksum: -5'. I am not sure if I am using the wrong package name: CTAN says its included in TexLive, ubuntu suggests to do
sudo apt install texlive-extra-utils
but after getting through all the trouble reinstalling TexLive I thought I should give tlmgr a shot. I just cant figure out how to use it properly... Help would be greatly appreciated, thank you!
sudo tlmgr info make4htwill tell you if it is installed or not andsudo tlmgr install make4htwill install it if it is not installed – David Carlisle Feb 05 '21 at 14:28