¡No puedo encontrar el archivo de formato 'pdflatex.fmt'!

¡No puedo encontrar el archivo de formato 'pdflatex.fmt'!

Estoy en Fedora Silverblue 39 y solía rpm-ostreeinstalar texlive-scheme-full.

Intenté compilar un archivo .tex desde la línea de comando usando pdflatexpero devuelve este error.

kpathsea: Running mktexfmt pdflatex.fmt
mktexfmt: mktexfmt is using the following fmtutil.cnf files (in precedence order):
mktexfmt: mktexfmt is using the following fmtutil.cnf file for writing changes:
mktexfmt:   /var/home/stevicheliz/.texlive2023/texmf-config/web2c/fmtutil.cnf
mktexfmt [INFO]: writing formats under /var/home/stevicheliz/.texlive2023/texmf-var/web2c
mktexfmt [INFO]: Did not find entry for byfmt=pdflatex skipped
mktexfmt [INFO]: total formats: 0
mktexfmt [INFO]: exiting with status 0
I can't find the format file `pdflatex.fmt'!

Busqué en línea e intenté ejecutar, sudo fmtutil -sys --alllo que devolvió:

fmtutil: fmtutil is using the following fmtutil.cnf files (in precedence order):
fmtutil: fmtutil is using the following fmtutil.cnf file for writing changes:
fmtutil:   /usr/share/texlive/texmf-config/web2c/fmtutil.cnf
fmtutil [INFO]: writing formats under /var/lib/texmf/web2c
fmtutil [WARNING]: You seem to have no formats defined in your fmtutil.cnf files!
fmtutil [INFO]: total formats: 0
fmtutil [INFO]: exiting with status 0

El archivo aún no se compila.

Intenté reinstalar texlive-scheme-fully todavía arrojó el mismo error. También intenté desinstalarlo texlive-scheme-fulle instalarlo texlive-scheme-basicy todavía no se compilaba. rpm-ostreeactualiza automáticamente todos los paquetes antes de instalarlos, por lo que no debería haber ningún problema de dependencia. Aun así hice una actualización del sistema, reinicié, instalé texlive y reinicié nuevamente. Todavía no se compila.

Editar: fmtutil.cnfno existe en ninguna de las rutas registradas.

Respuesta1

tex-liveLo instalé tug.orgy lo postinstalé, recomendé instalar el paquete LWP. Resulta que Fedora Silverblue no tiene ningún paquete de Perl aparte del propio Perl. Tan pronto como instalé Perl Essentials y LWP, pude compilar sin problemas. fmtutil-sysTambién funcionó a las mil maravillas después, aunque tuve que trastear para sudoque encontrara comandos tex.

información relacionada