Virtualbox를 실행할 수 없습니다

Virtualbox를 실행할 수 없습니다
VirtualBox: supR3HardenedMainGetTrustedMain: 
 dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: libQt5Core.so.5:
 cannot open shared object file: No such file or directory

답변1

다음 우분투 패키지를 설치해 보십시오:

sudo apt-get install libqt5core5a

누락된 것 같습니다.

관련 정보