I am trying to install Acrotex to use eforms.
I am running on Ubuntu.
I did
sudo -i tlmgr update --list
(running on Debian, switching to user mode!)
/usr/bin/tlmgr: unexpected return value from verify_checksum: -5
So I tried to remove everything then
apt-get remove 'texlive-*'
apt-get install texlive
Unfortunately, it seems to install texlive 2019, not the 2021 :(
$ tlmgr --version
tlmgr revision 53568 (2020-01-27 19:20:16 +0100)
tlmgr using installation: /usr/share/texlive
TeX Live (http://tug.org/texlive) version 2019
$ tlmgr --verify-repo=none install acrotex
(running on Debian, switching to user mode!)
tlmgr: Local TeX Live (2019) is older than remote repository (2021).
Cross release updates are only supported with
update-tlmgr-latest(.sh/.exe) --update
See https://tug.org/texlive/upgrade.html for details.
I even tried
$ wget https://mirror.ox.ac.uk/sites/ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh
$ sudo ./update-tlmgr-latest.sh
Verifying archive integrity... All good.
Uncompressing TeX Live Manager Updater 100%
./runme.sh: Cannot find TeX Live root using kpsewhich --var-value=SELFAUTOPARENT.
./runme.sh: (no tlpkg/texlive.tlpdb and/or tlpkg/tlpobj/.)
./runme.sh: Please set your PATH as needed, otherwise it's hopeless.
How can I install a package with TeX Live?
apt/apt-get(or other Linux package managers) is usually frozen (often in a state that can no longer be considered current). Thetlmgrthat ships with those TeX live versions should generally not be used to install or updated packages. Packages should only be installed via the Linux package manager. If you want a current TeX live with workingtlmgr, install "vanilla" TeX live from TUG.org: https://tex.stackexchange.com/q/1092/35864 – moewe Jun 26 '21 at 15:39acrotex) is not included in TeX live because it only works with the non-free Acrobat Reader. You have to install it manually. See the bundle documentation http://mirrors.ctan.org/macros/latex/contrib/acrotex/doc/aeb_man.pdf – moewe Jun 26 '21 at 15:40/usr/local/share/texmfthen I ransudo texhash. Unfortunately I still get the issueeforms.sty not found. – nowox Jun 26 '21 at 15:54/usr/local/share/texmf/tex/latex/acrotexor some such – moewe Jun 26 '21 at 16:00