मैंने निम्नलिखित विधि का उपयोग करके अपने Ubuntu Server 14.04 VM पर विज़ुअल स्टूडियो कोड स्थापित किया है:
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
umake web visual-studio-code
जब मैं चला जाता / करती हूं, तो मुझे निम्नलिखित आउटपुट मिलते हैं:
[3796:1030/102647:ERROR:browser_main_loop.cc(173)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
[3810:1030/102647:ERROR:gl_implementation_osmesa.cc(22)] Failed to load libGL.so.1: libGL.so.1: cannot open shared object file: No such file or directory
[3810:1030/102647:ERROR:gpu_child_thread.cc(163)] Exiting GPU process due to errors during initialization
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
Code: Fatal IO error 11 (Resource temporarily unavailable) on X server 192.168.56.1:0.0.
X11 फ़ॉरवर्डिंग ठीक काम कर रहा है (Xclock का उपयोग करके परीक्षण किया गया) इसलिए मैं सोच रहा हूँ कि क्या यह X11 फॉरवर्ड विज़ुअल स्टूडियो कोड के लिए संभव है?
Failed to load libGL.so.1: libGL.so.1: cannot open shared object file: No such file or directory