[PhantomJS] Ubuntu 16.04에서 QXcbConnection: Could not connect to display 오류 해결
우분투 16.04 LTS 서버에서 PhantomJS를 아래 명령어로 설치하고 실행 때 오류가 발생할 수 있다. # apt install phantomjs 오류 메시지는 아래와 같다. QXcbConnection: Could not connect to display PhantomJS has crashed. Please read the bug reporting guide at <http://phantomjs.org/bug-reporting.html> and file a bug report. Aborted (core dumped) 위와 같은 오류가 발생하면 xvfb 패키지를 설치하고 아래와 …