The installer is unable to run in graphical mode. Try running the installer with我在linux 服务器上
The installer is unable to run in graphical mode. Try running the installer with
我在linux 服务器上面安装一个软件报错:
The installer is unable to run in graphical mode. Try running the installer with the -console or -silent flag.
说是没有没有安装图像显示的,现在我不想用 graphical mode 安装,想用“Try running the installer with the -console or -silent flag.,但是不知道怎么用这个非图形安装,求大神指教。
我的安装文件夹下只有这几个文件:
请教怎么直接不安装图形显示的可以安装这个程序。
谢谢!
[解决办法]
依提示,可以试试用这个命令安装:
./setupLinux.bin -console
或者
./setupLinux.bin -silent
