Windows Subsystem for LinuxにOracle Databaseをインストールできますか

Windows Subsystem for LinuxにOracle Databaseをインストールできますか

Windows Subsystem for LinuxにOracle Databaseをインストールしようとしましたが、コマンド./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.

このエラーを解決するのを手伝ってもらえますか? Windows Subsystem for LinuxにOracle Databaseをインストールできますか? エラーのスクリーンショットここにある

答え1

WSL には、デフォルトでは X Window サーバーが付属しておらず、インストールもされません。

xmingただし、やなどのサードパーティの X ウィンドウ サーバーをインストールできますvcxsrv。どちらも WSL Ubuntu で正常に使用できました。

関連情報