No se puede encontrar el paquete xml mientras se ejecuta. Xubuntu 16.04

0
astroboy@MyUbuntu:~$ ds9 &

[1] 365

astroboy@MyUbuntu:~$ Error in startup script: can't find package xml

    while executing

"package require xml"

    ("x11" arm line 9)

    invoked from within

"switch $ds9(wm) {

    x11 {

    # set to absolute path so that if -cd command is used,

    # so we can still find our files
    set ds9(root) [file normalize [..."
    (file "/usr/share/saods9/library/ds9.tcl" line 197)

Necesito usarlo para iraf pero no funciona. Por favor, sugiera cómo resolverlo. Gracias por adelantado.

Sergey
fuente
Si faltan archivos o el soporte XML no está disponible, entonces el paquete probablemente no se haya instalado correctamente. Haz sudo apt-get update; sudo apt-get checkprimero. Si no hay errores, reinstale el paquete.
AFH

Respuestas:

0

Este es un error en Ubuntu 16.04 . Solo haz un

$ sudo apt-get install tclxml

en una ventana de terminal. O actualice a Ubuntu 18.04, que también le ofrece un paquete IRAF.

olebole
fuente