debugging xtrace找不到它的目标程序

ghg1uchk  于 2022-11-24  发布在  其他
关注(0)|答案(1)|浏览(145)

使用icewm的opensuse leap 15.4
有人能解释一下xtrace的以下行为吗

~ $ xtrace xv *.tif*
executable `xv' not found
Try `xtrace --help' or `xtrace --usage' for more information.
~ $ whereis xv
xv: /usr/bin/xv /usr/share/man/man1/xv.1x.gz
~ $ echo $PATH
/home/qq/bin:/usr/local/bin:/usr/bin:/bin
~ $ xtrace display *.tif*
executable `display' not found
Try `xtrace --help' or `xtrace --usage' for more information.

我通过rpm包glibc-utils得到了xtrace。我已经删除并重新安装了该包,并得到了相同的结果。

rsaldnfx

rsaldnfx1#

不是我,而是user1934428在上面的评论中回答了这个问题,在opensuse上,至少有一个必须提供可执行文件的完整路径,尽管在Lubuntu上这是不必要的。

相关问题