当前位置: 代码迷 >> 综合 >> centos7.2安装oracle执行runInstaller时遇见的Could not execute auto check for display colors using command错
  详细解决方案

centos7.2安装oracle执行runInstaller时遇见的Could not execute auto check for display colors using command错

热度:22   发布时间:2024-01-25 03:25:33.0

看了不少文章,执行了xhost,DISPLAY变量也设置为:0.0,但是怎么都弹不出来安装界面。

我是xshell连接线上服务器,下载了xmanager6。

这里的display我需要设置为我本地的ip才可以。

本地windows ip为10.1.1.111,那么命令就应该执行 export DISPLAY=10.1.1.111:0.0,执行这个命令后,我运行runInstaller就成功进入安装界面。

  相关解决方案