Can’t find package xml while executing. Xubuntu 16.04

linuxUbuntuxml

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)

Need to use it for iraf but it doesn't work. Please, suggest how to solve. Thanks in advance.

Best Answer

This is a bug in Ubuntu 16.04. Just do a

$ sudo apt-get install tclxml

in a terminal window. Or upgrade to Ubuntu 18.04, which also gives you an IRAF package.

Related Question