Hello, I can install texlive 2023 manually from official repositories tug.org, successfully; and I have install before texlive from official Debian's repositories (there are some little old, one year or less). Actually they live together.
I have done the steps of installing and editing files for the paths and man (.bashrc, .profile, ...), so when he comes to latex or pdflatex, compile using texlive2023.
In terminal works fine (except tlmgr, I do not know why), but the problem is in geany, my order to compile with F8 keys is:
latex --file-line-error-style -output-directory=/tmp "%f" && dvipdf /tmp/"%e.dvi"
and pdflatex (F9 keys):
pdflatex --file-line-error-style -output-directory=/tmp "%f" && mv /tmp/"%e.pdf" .
if I use the same in terminal, compile with texlive2023; but if I use geany compile with texlive2022, why!?
Thanks a lot! Darío