
我嘗試在適用於 LINUX 的 Windows 子系統上安裝 Oracle 資料庫,當我嘗試執行命令 ./runInstaller 時,發生以下錯誤
ERROR: Unable to verify the graphical display setup. This application requires X display.
Make sure that xdpyinfo exist under PATH variable.
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
你能幫我解決這個錯誤嗎?我們可以在適用於 LINUX 的 Windows 子系統上安裝 Oracle 資料庫嗎?錯誤的螢幕截圖在這兒
答案1
預設情況下,WSL 不附帶或安裝 X Window 伺服器。
不過,您可以安裝第 3 方 X Window 伺服器,例如xming
或vcxsrv
,我已成功將這兩種伺服器與 WSL Ubuntu 一起使用。