通过the website上的说明在Ubuntu17.04上安装Visual Studio代码后,我尝试通过~$ code通过命令行运行该程序,但收到以下错误消息:
/usr/share/code/bin/../code: error while loading shared libraries:
libgconf-2.so.4: cannot open shared object file: No such file or directory如何运行Visual Studio代码?
发布于 2017-05-02 23:01:41
我能够通过输入~$ sudo apt-get install libgconf-2-4然后再次运行~$ code来安装所需的依赖程序来运行它。这一次,Visual Studio代码打开时没有任何问题。这个答案是基于here上发布的一个类似问题的答案。
https://stackoverflow.com/questions/43741224
复制相似问题