在Ubuntu 14.04上安装Visual Studio Code时出错


10

今天宣布发布后,我一直在尝试在我的Ubuntu 14.04计算机上安装MS Visual Studio Code。我已经阅读了Microsoft的官方文档和安装程序并且已经在此论坛上阅读了一个问题的答案,该问题询问Visual Studio Code的安装过程。

但是我的问题是特定的,当我尝试将下载的压缩文件解压缩到新文件夹(如Microsoft建议)时,出现此错误。

即使当我跳过提取到另一个文件夹的过程并直接双击时Code,我仍然会遇到相同的错误。

编辑:

从命令行解压缩。似乎所有内容Code都已解压缩,但是当我双击时,什么都没有发生。

如果我尝试Code通过终端运行,我会收到此消息,并且没有其他反应-

5195:0430/005338:ERROR:browser_main_loop.cc(170)] Running without the SUID sandbox! 
See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on. 
ATTENTION: default value of option force_s3tc_enable overridden by environment

在此处输入图片说明


那是我的第一个念头。下载三次,每次尝试失败后重新启动计算机。仍然没有运气。
Manish Giri

1
通过终端解压缩。我没有收到任何错误,但是code没有给出任何回应。
Manish Giri

当我./Code从解压缩的目录中vscode执行操作时(按照Ron的答复中的说明进行操作),我在终端中获得了此操作,并且什么也没有发生:[5195:0430/005338:ERROR:browser_main_loop.cc(170)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on. ATTENTION: default value of option force_s3tc_enable overridden by environment.
Manish Giri 2015年

如果我在“文件”应用程序中单击“代码”,它将为我启动。如果在终端窗口中键入“代码”或“代码&”,则会收到您收到的错误消息,但程序将启动。您在帖子中写了“代码”,但对我来说就是“代码”。
踏板车2015年

设置+ x标志并运行./Code对我来说是可以的,但我必须从终端中提取unzip VSCode-linux-x64.zip(在一个空文件夹中)。同时下载档案也为我提供了408(接近99%)。
阿米尔·阿里·阿克巴里

Answers:


5

cd到已下载的目录,VSCode-linux-x64.zip然后运行unzip VSCode-linux-x64.zip -d ./vscode以将已下载的.zip文件的内容提取到一个文件夹中vscode。我做到了,它没有给我任何错误。我不能中点击运行它Code,因为我得到-bash: ./Code: cannot execute binary file: Exec format error,主要是因为我使用32位Linux。

编辑:既然您说您遇到default value of option force_s3tc_enable overridden by environment错误,请尝试ttf-mscorefonts-installer通过安装sudo apt-get install ttf-mscorefonts-installer。这可能会有所帮助。


我可以通过终端将其解压缩,但是当我单击“代码”时,什么也没有发生。我的计算机是64位的,所以我猜这不是问题。
Manish Giri

这就是我得到的结果sudo apt-get install ttf-mscorefonts-installerReading package lists... Done Building dependency tree Reading state information... Done ttf-mscorefonts-installer is already the newest version. ttf-mscorefonts-installer set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 49 not upgraded. 对Visual Studio Code无影响。无论是从终端还是从文件夹尝试,它都不会启动。
Manish Giri

我尝试了所有这些方法,但真正为我工作的是这个主题zahraaonline.com/3433
萨米·马苏德
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.