Silent install Qt run installer on ubuntu server

前端 未结 12 1157
有刺的猬
有刺的猬 2020-11-30 23:47

I wanted to know if there is a way to do a silent install of the Qt run installer on Ubuntu Server?
I mean by-pass the options of the installer and do a default install?

12条回答
  •  情歌与酒
    2020-12-01 00:15

    This works for me!

     export DISPLAY=:1
     Xvfb :1 -screen 0 1024x768x16 &
     fluxbox &
     x11vnc -display :1 &
    

    Connect to server using any vnc client

提交回复
热议问题