I recently received a laptop with Rocky 9.3 installed, and I couldn’t find how to install and which program is compatible with Rocky for Latex file editing.
Is there a way to install TexStudio (preferred) or any other program?
Unfortunately I get a message “No Latex distribution was found on your system…”, even though I installed TexLive Sdk extension before TexStudio.
I did set the path to usr/bin where TexLive was installed, but nothing changed.
Any suggestion how to get TexStudio work properly in these circumstances?
It clearly must look for something. I sometimes study that with strace. Rather than running a command, like emacs, I do run:
strace emacs 2> trace.err
The strace writes to stderr and the above redirects stderr to file trace.err.
Then it is the challenge of spotting in that lot of text the interesting bits, like failed attempts to read files of interest.
It is totally possible that that TexStudio looks for some helper utilities that are in otherwise “less important” texlive package.